jmpressjs / jmpress.js

A jQuery plugin to build a website on the infinite canvas
http://jmpressjs.github.com/jmpress.js
1.5k stars 237 forks source link

data-z attribute not working in Firefox #121

Closed andrewlaskey closed 11 years ago

andrewlaskey commented 11 years ago

Works great in Chrome and Safari, but not at all in Firefox.

http://lessthanyouthink.me

Should I refactor it to use the data-scale attribute?

Great plugin by the way.

EDIT--- It looks like the containing div isn't getting the "perspective: 1000px" added to it. I'm using the jmpress.all.js build.

sokra commented 11 years ago

It does work for me with FF 21.0 and 22.0...

Great presentation :)

andrewlaskey commented 11 years ago

Thanks. I updated the stylesheet to add perspective to "#presentation". Those SVGs don't look nearly as nice in Firefox and Safari as they do in Chrome though. I need to fix those up next.

I'll close the thread. Thanks again!