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

Element in final position before animations starts - jumpy animations #43

Open
grobear311 opened this issue May 30, 2017 · 1 comment
Open

Comments

@grobear311
Copy link

I'm having an issue where the element being animated starts at the end position of the animation, and as you scroll it jumps to the start and then finishes.

<div class="image-placeholder scrollme animateme" data-crop="false" data-when="enter" data-from="0.8" data-to="0.0" data-translatey="200">
    <div class="img" style="background: url(<?php the_sub_field('image'); ?>) no-repeat center center / cover; min-height: 400px;"></div>
</div>

For example. The image starts at 0.0, jumps to 0.8, and then finishes at 0.0, thus creating a jumpy animation. What can I do to fix this?

@grobear311 grobear311 changed the title Element in final position before animations start Element in final position before animations starts May 30, 2017
@grobear311 grobear311 changed the title Element in final position before animations starts Element in final position before animations starts - jumpy animations May 30, 2017
@KitDevUA
Copy link

Hi from 2k20 😃
This problem is still present. Did you find a solution?

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

2 participants