grg021 / pfflipper

Page Forest APP - Flipper: A split-flap display simulator
5 stars 1 forks source link

Broken on Firefox 3.6.13 #41

Closed Bobby-Seidensticker closed 13 years ago

Bobby-Seidensticker commented 13 years ago

load aflip.pageforest.com Wait 15 seconds

grg021 commented 13 years ago

Should work now. I added a loopThroughNoAnimation that doesn't use event listeners. This is for browsers that doesn't support CSS3 transform/transition.

Bobby-Seidensticker commented 13 years ago

Still does not work. There is no fall back 2d animation, it simply flashes through the letters. Also, the timing gets off. After changing for some time it is clear that they are not synchronized.

grg021 commented 13 years ago

Syncing issue is now fixed. Re: animation, Firefox 3.6 doesn't support CSS3 transitions, hence, the fall back is a warning message and character transitioning with no animation.

Bobby-Seidensticker commented 13 years ago

confirmed