Skip to content
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

Does not seem to work with absolutely positioned items #54

Open
chrysb opened this issue Apr 9, 2019 · 3 comments
Open

Does not seem to work with absolutely positioned items #54

chrysb opened this issue Apr 9, 2019 · 3 comments

Comments

@chrysb
Copy link

chrysb commented Apr 9, 2019

Great library!

Running into an issue where I wrap an absolutely positioned element. It doesn't animate and the container seems to have no height / width.

Is this a known issue?

CSS for my object:

width: 123px; height: 206px; position: absolute; bottom: 0; right: 0;

@florinmtsc
Copy link

Same happens for me. Even after playing with animateOut, offset

@haniotis
Copy link

To get around this I added an extra container with position: absolute with ScrollAnimation inside of it, and the content within that just static

@firstpersoncode
Copy link

To get around this I added an extra container with position: absolute with ScrollAnimation inside of it, and the content within that just static

Doesn't work for me tho.
can you show me your code or sandbox that works using your approach?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants