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
translateZ does not seem to be implemented at all since it does not work on Firefox or Chrome. Setting or animating translate3d(0,0,10) does not seem to work either.
When translateZ is set manually using $(element).css( {'transform': 'translateZ(10px)} ) before using transition(), the transition animation does not work at all.
The text was updated successfully, but these errors were encountered:
translateZ does not seem to be implemented at all since it does not work on Firefox or Chrome. Setting or animating translate3d(0,0,10) does not seem to work either.
When translateZ is set manually using $(element).css( {'transform': 'translateZ(10px)} ) before using transition(), the transition animation does not work at all.
The text was updated successfully, but these errors were encountered: