-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
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
Is it possible to avoid the "pop in" effect? #15
Comments
use tween-one |
<ScrollOverPack id="page3" hideProps={{ 1: { reverse: true } }}>
<TweenOne
className="demo"
animation={{ y: 0, opacity: 1 }}
key="1"
style={{ transform: 'translateY(100px)', opacity: 0 }}
/>
</ScrollOverPack> |
Got the same result. For example, notice how on https://react-component.github.io/tween-one/examples/group.html the black code box moves down when the page loads. I want to avoid that. Am I doing something wrong, I'm using rc-queue-anim? |
Try |
Same result but now there is no animations. The elements just pop in. |
I will add a |
I rolled my own component, thank you though. |
Is it possible to have the elements always in the DOM just hidden? That way they don't change the height of their parent element when the animate in.
The text was updated successfully, but these errors were encountered: