Top "Css-transforms" questions

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

How to apply multiple transforms in CSS?

Using CSS, how can I apply more than one transform? Example: In the following, only the translation is applied, not …

css css-transforms
Prevent flicker on webkit-transition of webkit-transform

Possible Duplicate: iphone webkit css animations cause flicker For some reason, right before my animation of the webkit-transform property occurs, …

css css-transitions css-transforms
Spin or rotate an image on hover

I want to find out how to make a spinning or rotating image when it is hovered. I would like …

css hover css-transitions css-transforms
Rotate and translate

I'm having some problems rotating and positioning a line of text. Now it's just position that works. The rotation also …

css webkit transform css-transforms
Hover effect : expand bottom border

I'm trying to get a transition hover effect on border that the border expands on hover. I've tried this on …

css border css-transitions css-transforms
CSS3 transforms and transitions (Webkit)

Consider the following fiddle p { -webkit-transform: translate(-100%, 0); -moz-transform: translate(-100%, 0); -ms-transform: translate(-100%, 0); -o-transform: translate(-100%, 0); transform: translate(-100%, 0); …

css webkit css-transitions css-transforms
CSS3: How to rotate and scale an img at the same time?

I'm very confused. Why can't I use scale and rotate at the same time? I've tried this, but it does …

javascript jquery css css-transforms
'transform3d' not working with position: fixed children

I have a situation where, in normal CSS circumstances, a fixed div would be positioned exactly where it is specified (…

html css css-position css-transforms
Rotated elements in CSS that affect their parent's height correctly

Let's say I have a couple of columns, of which some I'd like to rotate the values of: http://jsfiddle.…

css css-transforms
CSS Transform with element resizing

I found this: width/height after transform and several others, but nothing is not quite what I'm looking for. What …

css css-transforms