Top "Css-transforms" questions

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

Rotate webpage via code?

I'm hoping that there's a relatively simple way to rotate a webpage a little bit, 30 degrees or so, while still …

javascript css svg css-transforms
Rotate and scale image to "fit" container div

I'm using transform to rotate an image according to its EXIF data. Then, I'd like to display it "full screen" …

html css css-transforms
CSS3 transform order matters: rightmost operation first

When we use CSS3 transform: operation1(...) operation2(...), which one is done first? The first operation done seems to be the …

css transform css-transforms
Scale an entire HTML element using CSS

How can I scale an entire element and all children by a specific percentage or to a specific final size? …

html css scale css-transforms scaletransform
What is the right combination of prefixes for CSS transitions and transforms?

What would be the right way to prefix this CSS in order to cover the widest range of browsers and …

css css-transitions css-transforms vendor-prefix
Backface-Visibility Not Working Properly in Firefox (Works in Safari)

I'm having a problem with the back face-visibilty property. It works how I want it to in Safari/Chrome, but …

css-transitions css-transforms
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
Adjusting parent element of css-transformed image to fit. (Twitter Bootstrap)

I am currently using Twitter Bootstrap on a new project. The main part of the project is a thumbnail gallery, …

css twitter-bootstrap css-transforms webkit-transform
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
Anti-aliasing on rotated div with border image in firefox

I have a div rotated 45 degrees, with a border image on it. In chrome and safari, it renders fine. In …

firefox antialiasing css-transforms css