Top "Transform" questions

Coordinate and other transformations.

Flip / mirror an image horizontally + vertically with css

Im trying to flip an image to display it 4 ways : original (no changes), flipped horizontally, flipped vertically, flipped horizontally + verticly. …

html css transform css-filters
css z-index lost after webkit transform translate3d

I have two absolutely positioned div elements that overlap. Both have set z-index values via css. I use the translate3…

css webkit transform
Convert a string to Date format in XSLT

I have a date(string) value in an XML file in this format: Tue Apr 17 03:12:47 IST 2012 I want to use …

xml xslt transform date-format
rotate x axis text in d3

I am new to d3 and svg coding and am looking for a way to rotate text on the xAxis …

text svg transform d3.js
How to transform List<X> to another List<Y>

I have two lists of objects; List<X> and List<Y>. X and Y are ojects …

java list transform guava
XSLT Transform XML with Namespaces

I'm trying to transform some XML into HTML using XSLT. Problem: I can't get it to work. Can someone tell …

xml xslt namespaces transform datacontractserializer
How to make this transform with React-Native?

i try to use style.transform attribute but i can't make the transform, there is not so many doc , crying ... …

react-native transform
Removing transforms in SVG files

I have been struggling with this for a while, and can't seem to find an answer (that works) anywhere. I …

svg transform inkscape
Bug with transform: scale and overflow: hidden in Chrome

Working with CSS3 property transform: scale, I found interesting issue. I wanted to make a little zoom effect for pictures. …

google-chrome transform transition css
React Native: How do you animate the rotation of an Image?

Rotation is a style transform and in RN, you can rotate things like this render() { return ( <View style={{transform:[{…

javascript react-native animation rotation transform