rstacruz / jquery.transit

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

3D transform doesn't work after element is detached / reattached? #136

Open matthew-dean opened 11 years ago

matthew-dean commented 11 years ago

I'm using jQuery.detach() on elements. The 3D rotation works the first time, but, after i've detached and reattached an element, the rotation is only on the 2D plane, even if I've "reset" any inline styles (removed the style attribute from the selector before animating).