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:
@@ -19,7 +19,7 @@ const MWSwitch = (props: SwitchProps) => {
|
||||
};
|
||||
|
||||
const MWSwitchThumb = (props: SwitchThumbProps) => {
|
||||
return <Switch.Thumb animation="quicker" {...props} />;
|
||||
return <Switch.Thumb animation="bounce" {...props} />;
|
||||
};
|
||||
|
||||
MWSwitch.Thumb = MWSwitchThumb;
|
||||
|
Reference in New Issue
Block a user