Top "Transform" questions

Coordinate and other transformations.

CSS tranform:translateY from JavaScript

How would I access and change transform: translateY(0px); using the style object from JavaScript, in a similar matter to …

javascript css transform
CSS Transform causes flicker in Safari, but only when the browser is >= 2000px wide

You read that right. Tested on multiple machines in the office and the only difference between scenarios was browser size. …

css safari transform css-transitions
CSS: transform: translate(-50%, -50%) makes texts blurry

I want to center my div and I use this method, but it makes my texts inside the div blurry: &…

css text transform blurry
How to manipulate translate transforms on a SVG element with javascript in chrome?

I want to manipulate the transform="translate(x,y)" attribute of a SVG element using JavaScript. So I got this …

javascript google-chrome svg transform
-webkit-transform rotate - Pixelated images in Chrome

Using -webkit-transform: rotate(-5deg); on a container div, Chrome renders the grid of images with really jagged edges. Whereas …

html css google-chrome transform
How to transform a distance from degrees to metres?

I'm using OpenLayers with an ordinary mercator map and I'm trying to sample a bounding box by finding a grid …

transform openlayers proj4js haversine map-projections
z-index is canceled by setting transform(rotate)

Using transform property, z-index is canceled and appeared in the front. (When commenting out -webkit-transform, z-index is properly working in …

css z-index transform
CSS Transition for only one type of transform?

Is it possible to animate (using transitions) only one type of css transform? I have css: cell{ transform: scale(2) translate(100…

css transform transition
How to prevent XXE attack

We had a security audit on our code, and it mentioned that our code is vulnerable to XML EXternal Entity (…

java xml xml-parsing transform
Get element -moz-transform:rotate value in jQuery

I have CSS style for a layer: .element { -webkit-transform: rotate(7.5deg); -moz-transform: rotate(7.5deg); -ms-transform: rotate(7.5deg); -o-transform: rotate(7.5deg); …

jquery css transform rotation