You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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
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.The text was updated successfully, but these errors were encountered: