sparkbox/bouncy-ball

Slight simplification to GreenSock example

Closed this issue · 1 comments

I'd recommend changing:

transform: 'translate3d(0px, 160px, 0px)'

to:

y:160

It's shorter and faster :)

Thanks for putting this together.

Ooh, nice little improvement. I'll include that in the next update. 👍