jeremyckahn / shifty

The fastest TypeScript animation engine on the web
https://jeremyckahn.github.io/shifty/doc/
MIT License
1.54k stars 88 forks source link

"Bouncing blocks" demo only works in Webkit browsers #48

Closed taye closed 9 years ago

taye commented 9 years ago

http://codepen.io/jeremyckahn/pen/mnLvB

ce.style.webkitTransform = 'translate(' + cp.x + 'px, ' ...

The transform style is set only with the Webkit vendor prefix so it doesn't work in other browsers.
Thanks for putting up the new demos!

jeremyckahn commented 9 years ago

Whoops, I just fixed the CodePen. Thanks for catching that, I'm glad you like the new demos!