johnpolacek / superscrollorama

The original jQuery plugin for supercool scroll animation. NOTE: No longer under active development. New version is ScrollMagic.js
http://johnpolacek.github.com/superscrollorama/
2.39k stars 540 forks source link

Pinned DIV with 3d transform doesn't work in FF #44

Closed wezyr512 closed 11 years ago

wezyr512 commented 11 years ago

Hi! On the beginning thank you for your script. It's great! http://arcadioenmadrid.es/scroll/mojedemoFOLIO.html I have problem with transform3d in pinned div in Firefox. I tried to find error but I can't. Maybe it's problem with fixed position of div where transform3d is making? Or FF need -moz-transform? How I can to fix it? I have one more question. In Chrome animations are one after one, how to make these transforms are in the same time? Thanks a lot! Regards

edit: On IE10 works too

janpaepke commented 11 years ago

Hi wezyr, welcome.

How I go about these things is I take out the pin part and just add the tween. Then I check out the site and watch if the animation runs smoothly. If it doesn't it obviously has nothing to do with superscrollorama, but with TweenMax. I also suspect this to be the case here. So please try to just get the animation working and when it does add it to the pin. If it works in FF but breaks when you pin it, please write again. If not please seek help in the GSAP Support Forum.

regards, Jan