Top "Transform" questions

Coordinate and other transformations.

How to force re-render after a WebKit 3D transform in Safari

I'm using CSS 3D transformations to zoom a div, for example: -webkit-transform: scale3d(2,2,1); The scaling itself works fine in …

css safari webkit transform scale
Android ImageViewer class supporting Pinch-Zoom and Scrolling

I am searching an ImageViewer library that opens an image in my application for a given URI (the image fetched …

android scroll transform imageview pinch
CSS Skew only container, not content

I'm having trouble figuring out how to make the following layout work. I'm not restricted to pure CSS - I …

css transform skew
css3 scale transform on parent div but keeping constant size in some of the associated divs

I'm using css3 scale transform to scale a div that contains other divs inside. The problem I have is that …

css transform scale
How to use calc() inside another function

Is it possible to use calc() inside of a CSS function like transform or translate? I cannot seem to get …

css transform css-calc
C++ std::transform vector of pairs->first to new vector

Sorry for a little bit beginner question. There are vector and vector of pairs typedef std::vector <int> …

c++ vector transform functor std-pair
Flattening SVG matrix transforms in Inkscape

I have a free clip art SVG file originally created in Inkscape which I'm making modifications to for use in …

matrix svg transform inkscape
iPhone image stretching (skew)

How do I skew an image? For example, each corner has a CGPoint with coords - p1, p2, p3, p4. …

iphone image transform stretch
How can I transform a glm::vec3 by a glm::mat4

I want to transform a glm::vec3 (camera.target) by a glm::mat4 (camera.rotationMatrix). I try multiply this give …

opengl transform glm-math
when scaling an element with css3 scale, it becomes pixelated until just after the animation is complete. I'm animating an element with a border

http://jsfiddle.net/nicktheandroid/5Ytnj/ When I add -webkit-backface-visibility: hidden; to the .circ element, it causes it to stay pixelated …

css transform scale css-transitions pixelate