We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is my demo code:
<Flipper flipKey={computing} staggerConfig={{ default: { speed: 0.1 } }}> <Flipped flipId='animal' key='animal' stagger> {computing ? <div className={style1} /> : <div className={style2} />} </Flipped> </Flipper>
expect: The animation's speed is slower. actual: The speed parameter does not take effect.
The text was updated successfully, but these errors were encountered:
Hi LanFly,
I believe speed = 0.1 is the default config (you can see the props definition here).
speed = 0.1
In general, speed is helpful for increasing the speed of stagger, but currently doesn't allow you to go much slower than the default.
speed
Sorry, something went wrong.
No branches or pull requests
This is my demo code:
expect: The animation's speed is slower.
actual: The speed parameter does not take effect.
The text was updated successfully, but these errors were encountered: