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
My understanding was that this trick was a webkit-specific thing. If I'm right about that, I figure this could just output -webkit-transform: translate3d(0, 0, 0).
The text was updated successfully, but these errors were encountered:
I think we can stick to webkit-specific yep. Also, we might want to have something to do with will-change. Perhaps add a warning asking the user to use will-change rather than the transform hack?
My understanding was that this trick was a webkit-specific thing. If I'm right about that, I figure this could just output
-webkit-transform: translate3d(0, 0, 0)
.The text was updated successfully, but these errors were encountered: