You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When animating the translate3d() property with percentage values, the animation does not work in IE 11. It works fine with absolute pixel values, however.
See the example here: https://jsfiddle.net/fu7mrqn0/8/
In the example "translate with percentages, 2 keyframes", the box does not move at all in IE 11, while in chrome, etc. it does.
Moreover, when using more than two keyframes, the animation for all but the first keyframe seems to work.