repaintless icon indicating copy to clipboard operation
repaintless copied to clipboard

translateZ ?

Open crazy4groovy opened this issue 7 years ago • 1 comments

Nice lib!

Just wondering if you've found any use case for translateZ() ? or translate3d() for that matter?

crazy4groovy avatar Feb 08 '18 03:02 crazy4groovy

Translate Z is required to move an elements among the Z axis. It is differente from scaling an element and it trigger the GPU acceleration. A use case can be an animation like this: https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/translateZ

equinusocio avatar Jun 23 '18 18:06 equinusocio