Top "Translate3d" questions

a CSS function to move the element in 3D space used with the transform CSS property

WebKit: Blurry text with css scale + translate3d

I'm seeing an issue where Chrome and other WebKit browsers massively blur any css-scaled content that also has translate3d …

css webkit scale blurry translate3d
Translate X and Y percentage values based on elements height and width?

Translating an elements Y axis 50% will move it down 50% of its own height, not 50% of the parents height as I …

css translate percentage translate3d
CSS3 animation translate3d not working

I have been experimenting with jQuery animate vs CSS3 animate, I alse wanted to test the 2D / 3D translate to …

jquery css css-animations translate3d
Can css3 translateZ() be used instead of z-index?

For example having 2 div's positioned absolute, one can put first div upon second by setting first div's z-index higher than …

css css-transforms translate3d
transform3d(): Using Percentage to Move Within Parent Object

CSS has standard behavior, when moving an object in percentage, that this percentage represents dimensions of its parent container (div). …

css css-animations css-transforms translate3d
CSS3 Transform Translate3D IE10

according to IE 10's supported technologies what I am trying to accomplish should be working, but I cannot figure out …

css transform internet-explorer-10 translate3d
Smooth scrolling using css translate 3D

We're building a smooth scrolling library using minimal js and css translate 3d properties. We have a foundation for this (…

javascript jquery html css translate3d