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
onAnimationBegin and onAnimationEnd doesn't work.
My animation is fired, and it works perfectly, but callback are not fired.
<Animatable.View transition={["maxHeight", "paddingVertical"]} duration={150} delay={500} easing="ease-out-cubic" onAnimationEnd={() => { console.log('finish animation')}} onAnimationBegin={() => { console.log('begin animation')}} style={[ styles.postWrapper, { maxHeight: isRemoved ? 0 : 1000, paddingVertical: isRemoved ? 0 : 16 } ]} > ```
The text was updated successfully, but these errors were encountered:
@renanbronchart Any updates on this one?
Sorry, something went wrong.
No branches or pull requests
onAnimationBegin and onAnimationEnd doesn't work.
My animation is fired, and it works perfectly, but callback are not fired.
The text was updated successfully, but these errors were encountered: