mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
switch animation
This commit is contained in:
@@ -120,7 +120,7 @@ export default function SettingsScreen() {
|
||||
checked={gestureControls}
|
||||
onCheckedChange={handleGestureControlsToggle}
|
||||
>
|
||||
<MWSwitch.Thumb animation="quicker" />
|
||||
<MWSwitch.Thumb />
|
||||
</MWSwitch>
|
||||
</XStack>
|
||||
<XStack gap="$4" alignItems="center">
|
||||
@@ -128,7 +128,7 @@ export default function SettingsScreen() {
|
||||
Autoplay
|
||||
</Text>
|
||||
<MWSwitch checked={autoPlay} onCheckedChange={setAutoPlay}>
|
||||
<MWSwitch.Thumb animation="quicker" />
|
||||
<MWSwitch.Thumb />
|
||||
</MWSwitch>
|
||||
</XStack>
|
||||
</YStack>
|
||||
|
Reference in New Issue
Block a user