Top "Webkit-transform" questions

The webkit-transform properties provide some easy-to-use functions for the most common operations (such as rotate, scale, skew and translate) and a function to specify a generic transformation (matrix).

CSS Scale an element with 100% width

I am interested in zooming out a div with 100% width. The problem I am having, is when I scale the …

css webkit-transform
Wonky text anti-aliasing when rotating with webkit-transform in Chrome

I'm rotating an element using -webkit-transform: rotate() and in Chrome 14.0.835.2 dev-m it's doing some really weird stuff to the text …

css webkit rotation webkit-transform
css @-moz-keyframes animation not working on firefox 18.0.1

css @-moz-keyframes animation on firefox 18.0.1 is not working, I have checked this animation on previous version( forgot version previous number) , …

html firefox css webkit-transform css-animations
CSS3 how to calculate height and width after scale

Is there any jQuery solution that to find exact display height of the -webkit-transform: scale(0.7851); the scale value may vary …

javascript jquery html css webkit-transform
webkit-transform alternative for Firefox

Is there any alternative to -webkit-transform CSS rules in Firefox?

css firefox webkit webkit-transform
jQuery draggable and -webkit-transform: scale();

I have a situation where inside a div there are draggable items. However, when the parent div is scaled using …

jquery draggable webkit-transform
webkitTransitionEnd not firing

I'm not sure what exactly happened, but I am pretty sure this was working at one point. The event just …

javascript css webkit-transform
Unwanted left margin when using -webkit-transform: scale(...)

I am using wkhtmltopdf (which uses the Webkit rendering engine) to convert HTML files to PDF documents. The generated PDFs …

webkit scale margin wkhtmltopdf webkit-transform
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
Scaling an iframe on window resize

I'm trying to scale an iframe based on the window size. Coming through the iframe is a html5 game at 1600…

css iframe webkit-transform