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
Create a transition with a show duration smaller than hide duration
<Transition duration={{show: 100, hide: 2000}} animation="fade"> <h1>Nippertown</h1> </Transition>
The transition should take 2 seconds to hide the child.
The hide transition will be interrupted at the show duration (e.g. 100 ms) without completing the intended duration (2 seconds).
0.77.0
This is reproducible with the example in the documentation. Configure the sliders to reflect a show value less than the show value.
The text was updated successfully, but these errors were encountered:
@alphapseudo Thanks for report, fixed in #2350.
Sorry, something went wrong.
No branches or pull requests
Steps
Create a transition with a show duration smaller than hide duration
Expected Result
The transition should take 2 seconds to hide the child.
Actual Result
The hide transition will be interrupted at the show duration (e.g. 100 ms) without completing the intended duration (2 seconds).
Version
0.77.0
Testcase
This is reproducible with the example in the documentation. Configure the sliders to reflect a show value less than the show value.
The text was updated successfully, but these errors were encountered: