-
Notifications
You must be signed in to change notification settings - Fork 236
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
Animations broken with FF31 update #154
Comments
After more troubleshooting and review i found out that this line: |
Could you please tell me how you fixed it? |
I'm using the same version 0.4.5. I believe the unminiized version of that line of code would be approx line 92: Try that, like I said im not sure why FF31 doesn't like this properties, but it resolved my animations issue. |
Great! That solved the issue for me too. Thx a lot! But maybe another browser & specific version or device needs that line of code... |
NP! so far it works on: |
hopefully the developer will read this and may be provide a better backwards compatible solution |
The issue here is that Firefox has dropped support for their --moz-* properties, and are instead using the standard ones ( The correct fix for this issue is:
This fix will both keep backwards compatibility with older browsers and account for those who are standards-compliant from now on, like FF31+ is. |
@omervk Would you like to implement this as PR? |
Sure, I'll take a crack at it :) |
Firefox has dropped support for their --moz-* properties, and are instead using the standard ones (--moz-transform is now transform).
@omervk thank you for the solution! |
First of all I want to thank you for the development work you have done. This is a great plug-in. I wanted to report that ever since the FF 31 update the animations do not work, you can go from "slide" to "slide" but the animation is broken. I was trying to look to see if i could catch what exactly is causing the problem but i haven't been able to narrow it down. Any help would be appreciated.
thanks,
The text was updated successfully, but these errors were encountered: