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

jmpress skipping transitions in all presentations on Firefox 31.0 #157

Closed
dc-devs opened this issue Jul 29, 2014 · 5 comments
Closed

jmpress skipping transitions in all presentations on Firefox 31.0 #157

dc-devs opened this issue Jul 29, 2014 · 5 comments

Comments

@dc-devs
Copy link

dc-devs commented Jul 29, 2014

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!

@dc-devs dc-devs changed the title jmpress skipping transitions in ALL presentations on Firefox 31.0 jmpress skipping transitions in all presentations on Firefox 31.0 Jul 29, 2014
@TheDoctor05
Copy link

Try this:
#154

@dc-devs
Copy link
Author

dc-devs commented Jul 29, 2014

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).

@dc-devs dc-devs closed this as completed Jul 29, 2014
@freme
Copy link

freme commented Jan 7, 2016

Thanks, now the animations do work in Chrome and FF

@matatk
Copy link

matatk commented Apr 5, 2016

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?

@dc-devs
Copy link
Author

dc-devs commented Apr 17, 2016

Hey @matatk,

I recently had success using the fix mentioned in #179 when pulling the latest jmpress version from npm...

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

4 participants