fredleblanc / roundabout

A 3D Turntable jQuery Plugin.
643 stars 204 forks source link

Use CSS Transforms for scaling #45

Open gpetrov opened 12 years ago

gpetrov commented 12 years ago

Hi Fred,

I love the roundabout plugin, but I see that in its current works it tries to scale all content one by one with basic css.

It will be much faster and give way better results if you just use CSS Transforms (when available) to achieve the animation.

Its just an idea.

Greetings, George

fredleblanc commented 12 years ago

A good idea, but I'm not sure that I'll ever have time to get to it.

Aeon commented 11 years ago

@gpetrov did you look at @yurtaev's pull request in #66?