6 ms·
It rely on the CSS3 transition instead of the jQuery animate function ..
by mitgux 14y ago
It rely on the CSS3 transition instead of the jQuery animate function ..
- matthuggins 14y agoTo go into more detail, I believe CSS animations will be faster because they are built into the browser, as opposed to calculating animation effects in a Javascript interval.
- mitgux 14y agoExactly!