I'm not sure that some properties create less overhead during animation than others, but I would be very interested if someone posted some good information on this. However, I know a couple of things that can help in performance.
position : absolute , , , . position : relative , .
, scroll - 30 :
var scroll_ok = true;
setInterval(function () {
scroll_ok = true;
}, 33);
$(window).bind('scroll', function () {
if (scroll_ok === true) {
scroll_ok = false;
}
});
UPDATE:: 2014-08-26
, . :
GPU , (opacity transform ). , top/left ( , transform).
will-change - , . , , .
requestAnimationFrame polyfill . , "", .