css3 - translateX together with transition-timing-function not working in chrome? -


i animate element using translatex() property, transition-timing-function. seems timing function not applied? when use transition of left: xx instead works.

but translate uses gpu faster, use instead. ideas why that?

the problem chrome. seems not implemented translate in chrome. check jsfiddle here in comments.

works in safari, not chrome.


Comments