Top "Css-transforms" questions

CSS transforms allow elements styled with CSS to be transformed in two-dimensional or three-dimensional space

css transform doesn't work on css generated content for ::after, ::before elements

http://jsfiddle.net/chovy/enmxu/ <a href="#">Inbox</a> a { text-decoration: none; } a::after { content: ' ⇧…

css css-transforms
Transform CSS property doesn't work with <a> element

I want to scale(x,y) my <a> element when I click on it, but it doesn't work. …

html css css-transforms
What does the scaleZ() CSS transform function do?

I’m trying to wrap my tiny brain around 3D CSS transforms, and I‘m having trouble understanding what the …

css 3d css-transforms
What on earth is CSS3 perspective property?

I searched online and found several materials, but none of them illustrated this concept clearly, at least for me. For …

css perspective css-transforms
Using CSS transform scale() to zoom into an element without cropping, maintaining scrolling

Live example: https://jsfiddle.net/b8vLg0ny/ It's possible to use the CSS scale and translate functions to zoom …

javascript html css css-transforms scaletransform
CSS3 Transforms: Multiple Origins?

Is it possible to specify an origin at the top left (0%, 0%) for scaling, and a different origin (center) for rotation …

css webkit css-transforms
Android 2.3 Browser Fails to Render some CSS3 2D Transforms

I'm having trouble getting CSS3 2D Transforms to work in Android 2.3 with any browser that uses the default webkit engine (…

android css css-transforms mobile-webkit webkit-transform