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 inline elements

I wanted to mirror letter E in the word WEBLOG so I used CSS transform property but it doesn't work …

css css-transforms
How can I set a rotation point for an element in CSS?

Is it possible to set the rotation point in CSS? The default rotation point is at the 50%, 50%. I tried: transform: …

css css-transforms
CSS Animation - Grow from center (Zoom from center dot to full container)

I'm working on a game and I want to animate some boxes. I want a box to start from small …

css animation css-transforms
Overflow behavior after using CSS3 transform

Please check the demo I have two divs the first div is used for showing the scroll-bar and the second …

html css css-transforms
transform:translateX vs transition on left property. Which has better performance? CSS

I'm making a slide out menu with HTML and CSS3 - especially transitions. I would like to know what is …

css css-transitions css-transforms
translate3d vs translate performance

We now all know, particularly from that nice article, that we should prefer css-transforms to animate position. But we got …

performance css-transforms
How do I use the matrix transform and other transform CSS properties?

When using the transform property in CSS, one of the possible methods is the matrix method that requires 6 input fields. …

css transform css-transforms
CSS3 3D Transform doesn't work on IE11

I'm trying to build a cube with CSS3 3D Transform.. For this example I have only 2 faces : <section id="…

css internet-explorer 3d css-transforms
Setting transform-origin on SVG group not working in Firefox

I am having an issue with getting transform-origin to work in Firefox (v.18+, other versions not tested). Webkit browsers work …

html css firefox svg css-transforms
Is it possible to set different duration/delay for transform options?

I want to set several transform options for my html object but with different duration and delay. If i try …

css css-transitions css-transforms