Live video on the AT Protocol

re-commit tap target changes (#220)

authored by natalie and committed by GitHub bf8b74eb dacad229

+3 -1
+3 -1
js/app/components/player/controls.tsx
··· 114 } else { 115 Animated.timing(fadeAnim, { 116 toValue: 0, 117 duration: 150, 118 useNativeDriver: true, 119 easing: Easing.out(Easing.cubic), ··· 233 min={0} 234 max={1} 235 step={0.01} 236 > 237 - <Slider.Track backgroundColor="$gray8" height={4}> 238 <Slider.TrackActive backgroundColor="$gray5" /> 239 </Slider.Track> 240 <Slider.Thumb circular index={0} size="$1" backgroundColor="white" />
··· 114 } else { 115 Animated.timing(fadeAnim, { 116 toValue: 0, 117 + delay: 150, 118 duration: 150, 119 useNativeDriver: true, 120 easing: Easing.out(Easing.cubic), ··· 234 min={0} 235 max={1} 236 step={0.01} 237 + py={16} 238 > 239 + <Slider.Track backgroundColor="$gray8" height={4} mx={0}> 240 <Slider.TrackActive backgroundColor="$gray5" /> 241 </Slider.Track> 242 <Slider.Thumb circular index={0} size="$1" backgroundColor="white" />