Top "Css-transforms" questions

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

How to smoothly animate height in CSS or Javascript on mobile devices

I am developing an HTML5 web application for mobile devices and ran into a bit of trouble with smooth animations. …

android iphone css mobile-safari css-transforms
Dynamically update transform-origin of a CSS3 rotated element when modifying width or height

Following on from Changing width/height to a CSS rotated div triggers top/left reposition I need some help to …

jquery css css-transforms
CSS keyframe animation with translation transform snaps to whole pixels in IE 10 and Firefox

It appears both IE 10 and Firefox snaps elements to whole pixels when animating their position using translate 2d transform in …

html css css-animations css-transforms
CSS Transform to skew the shape to a trapezium

I want to be able to skew an element in the way the image displays below. I have been playing …

css css-shapes css-transforms
CSS Flipping Page Effect

I'm building an web application with effect similar to FlipBoard. At first, I was trying to use this open source. …

javascript css css-transitions css-transforms flipboard
Detect with JavaScript or jQuery if CSS transform 2D is available

I'm displaying a element on my site which I rotate with -90deg but if a browser doesn't support the …

javascript jquery css css-transforms
CSS transform on SVG Elements IE9+

Having a SVG Path: <path class='st8' d='M73.4,11.3c-6.3,0-6.4,3.6-6.4,3.6v18c0,0,0.6,3.3,6.4,3.3c5.8,0,6.6-3.3,6.6-3.3v-18 …

css internet-explorer svg css-transforms
Combining multiple "transform" entries in Less

I have two mixins which both convert to -webkit-transform: .rotate(@deg) { -webkit-transform: rotate(@deg); } .scale(@factor) { -webkit-transform: scale(@factor); } When …

css combinations less css-transforms
overflow:hidden ignored with border-radius and CSS transforms (webkit only)

I want to have a square image inside a circle. When the user hovers over the image, the image should …

css css-transitions css-transforms
overflow:hidden not working with translation in positive direction

I came across with a weird thing lately with overflow: hidden;. I set it to an element, and then I …

css overflow hidden css-transforms