requestAnimationFrame
(when available) for maximum efficiency. See for yourself in Chrome Dev Tools - you should see very snappy performance in the timeline. Many other tools like jQuery UI use top/left properties for positioning which don't generally perform as well. These tools have been fully "GreenSocked" so performance is smoking fast, just like the core tweening engine.Does Draggable use CSS3 animations or transitions for the motion?

By GreenSock
- Home
- Does Draggable use CSS3 animations or transitions for the motion?