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

The move action only works with "bottom", with the other directions it doesn't change anything #13

Closed
danycerone opened this issue Jan 29, 2014 · 3 comments

Comments

@danycerone
Copy link

Hi,

This is really an amazing plugin! I have just a problem with the move property, it only works with bottom. Is it an issue in the plugin?

Also in Safari, you should add in the read me that one has to add the css property -webkit-backface-visibility: hidden; if you don't want to see flicker on the transitioned elements.

@jlmakes
Copy link
Owner

jlmakes commented Jan 30, 2014

Thanks @damycerone

Implementing -webkit-backface-visibility: hidden fix should be simple enough. It looks like this has come up before as a mobile Safari issue, so I’ll likely include that in the next commit.

In regards to the move property, can you share which device/OS and browser you’re using?

@danycerone
Copy link
Author

Ok nice :)

So for the move property, if on the same div I put move down 800px or 80 px it works perfectly, but if I do the same using top, left or right, there is no difference between move 800px or 80px. Looks like it takes a default parameter.

Anyway it's a really nice plugin to use and it integrates well in websites 😄 thanks

@jlmakes
Copy link
Owner

jlmakes commented Mar 6, 2014

You’re right @damycerone, I thought this was fixed. See #31

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

No branches or pull requests

2 participants