rstacruz / jquery.transit

Super-smooth CSS3 transformations and transitions for jQuery
http://ricostacruz.com/jquery.transit
7.29k stars 863 forks source link

translateZ does not work #231

Open X-PRESSIVE opened 9 years ago

X-PRESSIVE commented 9 years ago

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.

milosdjakonovic commented 9 years ago
  1. can you confirm whether is translateZ set when you do $(element).css( {'transform': 'translateZ(10px)} ) or not?
  2. Can you give us example example of non working code?