-
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
jmpress skipping transitions in all presentations on Firefox 31.0 #157
Comments
Try this: |
Thank you! I deleted line 92 which was: ,transitionProperty: addComma(mapProperty(pfx('transform'))) + addComma(mapProperty(pfx('perspective'))) + 'opacity' I can confirm my presentation does now work in FF31. I can also confirm that this presentation is still working as expected in Chrome 36.0.1985.125 and Safari 7.0.5 (9537.77.4). |
Thanks, now the animations do work in Chrome and FF |
I am still experiencing this bug with what I believe is the latest version from npm - 0.4.5. It seems a PR was accepted to fix this, but it is occurring for me. I found that the line of code that @DWC01 mentioned above is now line 91 in jmpress.js and removing it fixed the problem -- now slide transitions now work in Chrome (49) -- Firefox actually crashes for some reason when I run my presentation, but that was both before and after this edit to the codes I'm not sure that's your problem :-). Are others seeing the reoccurrence of this bug too? |
I just downloaded Firefox 31.0 and noticed that ALL jmpress presentations are skipping from slide to slide with no animation.
Please see my site as well as jmpress's presentations below.
http://www.displayadtech.com/the_display_advertising_technology_landscape
http://jmpressjs.github.io/jmpress.js/
Am I the only one currently seeing this, could this be a simple configuration setting on my end? jimpress presentations still working as expected in Safari and Chrome.
Any help pointing in the right direct would be a great help.
Thanks!
The text was updated successfully, but these errors were encountered: