The CSS3 transform property applies a 2D or 3D transformation to an element. This property allows you to rotate, scale, move, skew, etc., elements. The CSS3 transform property is currently not supported by any major browser, though some alternatives do exist.

learn more… | top users | synonyms

1
vote
0answers
23 views

JQuery - on the fly CSS animation change only happens when I Ieave browser window and return

EDIT: I think it's an issue with translate3D and Chrome not using the GPU by default, set in about:flags. I will test and post an update. I've been working on this all day as part of a much larger ...
0
votes
0answers
18 views

Canvas & Transformation matrix: 3d rotation impossible due to Matrix limitation of context.setTransform()?

I'm just curious if anyone else has been working with the transformation parameters of "DrawImage()" in javascript HTML5 and how the matrix relates to it. Possibly someone has bumped into the same ...
0
votes
0answers
27 views

Animated cube-like (only two faces) effect with CSS3

I would like to reproduce this jsfiddle I that prepared Based in this awesome tutorial (Please check the demo) (But I don't want the keys functionality, just on hover) http://jsfiddle.net/b5rmW/5/ ...
0
votes
0answers
16 views

CSS Sideways text sticked on the page's corners

I'm having some trouble with css rotations and positioning. I'd like to make a webpage's title sideways (rotate -90°, so it reads from left to right -> bottom to top) and sticked to the bottom right ...
0
votes
0answers
12 views

recalculate transform-origin on scaled element

I have an element which I can scale and move using CSS3 transformations. My aim is, to do the scaling always at the mouse position, so I set the transform-origin of the element to the relative mouse ...
0
votes
1answer
17 views

Dragging a CSS Rotated Image Within a Div

I haven't been able to quite find the solution to my problem here... I am basically creating something like the Facebook thumbnail editor where the user can move an image around to the visible ...
0
votes
0answers
24 views

Feature detection for CSS3 3d support (Opera Issues)

I'm trying to apply different styles for browsers that don't support CSS3 3d transforms. But for some reason, when I preview the page in opera it applies the styles for a 3D browser, even though it ...
0
votes
0answers
24 views

UIButton not working when parent is rotated

I am trying to get a UIWebView to work in my Unity 3D project. I am writing this question here because it is more of an iOS thing than a Unity 3D thing. I mention Unity, however, because that is why I ...
1
vote
2answers
38 views

Raphael transform object diagonally and infinite setIntervals

I'm working on a small animation where the user drags a circle and the circle returns back to the starting point. I figured out a way to have the circle return to the starting point. The only problem ...
0
votes
0answers
18 views

How do you get all components to fit on the same page with Firefox transform scale?

I am working on the print css for a website and I'm having trouble working with the Firefox transform scale css. I am trying to scale the view down so that all the elements will fit on one page. ...
0
votes
1answer
29 views

css3 Transform: rotate moves the view

I am currently trying to move the view in a pseudo 3D environment. So I started with some divs and even got a first - lets call it room. But now when I rotate, the view not only rotates, but also ...
0
votes
1answer
44 views

XSLT to convert the nested elements with comma seperated

I am trying to just convert any xml file to CSV format. the issue as when the xml has nested / child elements those values are not output as comma seperated. i have tried lot of examples in other ...
0
votes
3answers
28 views

WPF: Revert changes after transforming an Image

I am using this code to zoom & pan my Image control. I want to know how can I revert back the control to it's original state. After The user decided to change the picture, the Image box has to ...
0
votes
0answers
17 views

set transformation of element with (WebKit)CSSMatrix

Webkit browsers come with WebKitCSSMatrix class that lets you build a matrix object from a matrix3d string returned by getComputedStyle(element).webkitTransform and apply transformations like ...
0
votes
0answers
22 views

rotating multiple divs around a central point via css3 transforms

I am trying to rotate some elements around a central point with css3 but with not much luck. Basically I have a function that places n elements (divs) around a circumference and what I'd like to do is ...
0
votes
0answers
18 views

Need a Photo Scene Generator on Our Website [closed]

I work for a New Orleans charity and we have a zombie themed benefit coming up in June. What we'd like to do is host a zombie photo generator on our site. Basically, we want a user to upload a photo ...
0
votes
1answer
21 views

Misplaced origin on rotateY transition

I would like to keep the left edge of div.box in the same place during a transformY(-180deg) animation. I can't understand why is it moving. This is the code: transform-origin: 0% 0%; transform: ...
0
votes
0answers
7 views

VS2012 Web Tools 2012.2 Publish Profile Transform not chaining to Build Configuration Transform

I just started experimenting with Web Tools 2012.2 capabilities to chain a publishing target transformation to a build configuration transformation. I successfully created a publishing target ...
0
votes
0answers
44 views

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 want to transform the elements in it with translate(), when it translates in negative direction it ...
0
votes
2answers
76 views

JQuery- Rotating a div clockwise and anticlockwise

I found this link on how to rotate a div using JQuery. Rotating a Div Element in jQuery and some more articles too. The code is as follows $(function() { var $elie = $("#wheel"); ...
1
vote
1answer
24 views

jquery draggable containment doesn't work if draggable element has transformation applied

I'm trying to use JQuery Draggable's containment feature but it doesn't seem to work if the object being contained has a transformation applied to it. JSFiddle example: http://jsfiddle.net/US2fr/ ...
2
votes
0answers
47 views

internet explorer not anti aliasing rotated image

I have a div with a background image that I am rotating. Below is my css rules to rotate it: #services_parallax { -webkit-transform:rotate(3.1deg); /* Webkit */ transform: rotate(3.1deg); /* firefox ...
0
votes
1answer
16 views

CSS: Transformed (rotated) element OVER fixed element when scrolling

Everybody! Example is here When scrolling USUAL TEXT is under HEADER, but TRANSFORMED TEXT is over (in Webkit, FF and Opera). Why?
0
votes
0answers
24 views

How to stop transform-rotation from distorting font?

I'm using transform-rotation css property to rotate a a div so i can use it as a fixed facebook and twitter links on my page, altho, when i use it it "distorts" my current text font. When i take the ...
0
votes
1answer
18 views

Calculate new (x, y) coordinates after transform & transform-origin?

I've got this simple fiddle to demonstrate what I'm trying to accomplish: http://jsfiddle.net/eUSep/ As you can see, I'm scaling up my test1 div and specifying a new origin. How can I calculate the ...
0
votes
0answers
23 views

Prevent elements clipping when using 3D CSS transforms

I am having trouble preventing two elements clipping when using 3D CSS transforms. Has anyone come across this before and found a solution? I have attached a screenshot from the latest version of iOS ...
-1
votes
0answers
44 views

-webkit-transform: rotate not functioning

Having problems using -webkit-transform: rotateX(180deg). Unfortunately, I cannot get it to load or work. Here's the code in question. HTML: <!DOCTYPE HTML> <html> <head> <link ...
1
vote
2answers
101 views

How to get frame of subview after apply transform on mainView?

I have created mainView objcet of UIView and added one subview on it. I applied transform on mainView for reducing frame size. But frame of subview of mainView was not reduced. How to reduce the size ...
-1
votes
2answers
53 views

Automatically set the scale of an element based on the height of the viewport

To scale an element with CSS based on various viewport heights is tedious to say the least, and should IMO not be needed. Then again, I might be totally wrong. I am wondering if it is at all possible ...
0
votes
0answers
84 views

Get number of CSS3 rotation cycles from matrix3d

I am trying to rotate an image using CSS3 rotateY. I need to get the angle of the rotation using jQuery. My problem is understanding how many cycles the image has rotated. Example: 180 degrees: ...
0
votes
0answers
24 views

-webkit-transform: rotateY fails on Mac OS (in Chrome)

I created a 3D card flipping effect using CSS3. This effect is very similar to http://css3.bradshawenterprises.com/flip/ Unfortunately, it seems that when someone using Mac OS visits this page, they ...
0
votes
0answers
35 views

CSS Transform Scale not working in Chrome, Safari

I have looked at different answers posted on here but nothing has worked for me... What: I have a div that is scaled down to 0.6 and when called should scale up to 1 (100%). Problem: In Firefox ...
1
vote
1answer
27 views

How would I go about transforming like this in CSS?

I want to take something like this: and shape it to something like this: using only CSS. I'm aware of CSS transforms, but I'm not sure which to use. Skew doesn't seem to be right, neither does ...
0
votes
1answer
25 views

Why is my code to rotate a needle image moving the position of the needle under Brownian motion? Why do images at origin show up scattered?

At http://ancient-clock.stornge.com, I have what is intended to be pseudo-Brownian motion on the angle of a dial's needle, with each iteration moving the clock one degree clockwise, one degree ...
0
votes
0answers
38 views

Applying a transformation matrix relative to another matrix

I have a heirarchy of objects which pass the canvas object around adding things to it. For transformations, I would like them to be done relative to the parent. For example, lets say I have a widget ...
0
votes
0answers
19 views

Better way to handle graphics matrices (instead of the Matrix class)

I'm creating a 2D drawing framework for .NET 2.0/GDI+. I need to be able to define transformations for different visuals, such as rotate and translate transforms. I also need to be able to transform ...
2
votes
1answer
27 views

Incorrect positioning of Child Elements in 3D Transform

I currently have a DIV with an image and 2 children, like so: <div id="main"> <div id="left"></div> <div id="right"></div> <img ... /> </div> I'm ...
0
votes
0answers
31 views

MouseMove performance slow using GetPosition

I have a Canvas control with various elements on, in this particular function I am allowing a user to drag the end point of a line around the canvas. In the MouseMove function I call e.GetPosition(). ...
0
votes
0answers
29 views

How to transform xml with xslt and display it in Android webview

I am trying to display the xml data, which was transformed by xsl file, onto the webview in an Android application. However, the data is not displayed as expected. XML file used ...
0
votes
0answers
48 views

splitting xml node into two separate nodes with extraction of some values and joining them in the second node

The next problem is very similar to my previous questions but it seems to me to be much more complicated. Given the xml configuration file <config width="100" height="200"> <parameter ...
4
votes
2answers
37 views

Less style sheet language: prevent parentheses from being omitted in compiled CSS

I'm using {less} and ran into a problem with using parenthesis. I wrote a mixin for a CSS3 transform property. I can't figure out how to have a parenthesis in the compiled CSS. Less sees the ...
0
votes
2answers
34 views

Use XSLT to change elements to attributes and shorten names

I have a scenario where I need to convert: <Hand id="left"> <FingerOne>Thumb</FingerOne> <FingerTwo>Pointer</FingerTwo> ...
0
votes
1answer
52 views

multiple transform animations in jQuery

I have a 2 part question: 1 . how can I animate in jQuery multiple transformation (such as scale() + rotate()) simultaneously on click? (I've tried using the step function like this: ...
0
votes
1answer
41 views

D3 how to make dynamic sequential transitions work using transform/translate and offset coordinates?

I am trying to create an interactive org chart such that when I click on a box that box is repositioned in the centre of the SVG container and all other elements transition as well but remain in the ...
0
votes
1answer
91 views

Weird Transition Behaviour in IE10 Metro Mode Only

I've written the following that handles animation for a lightbox event: obj.css({ 'transition':'transform 0.2s linear 0s', 'transform':'perspective(1000px) rotateX(5deg) rotateY(0deg) rotate(10deg) ...
0
votes
2answers
18 views

Calculate translateZ for CSS Transform

I've run into an issue when using the transform property. I have 1 simple DIV the fills the screen, and another DIV that sits on top of it. I'm applying the following transform to the DIV on top: ...
1
vote
1answer
58 views

How to rotate a 2D object around itself?

I wrote a program that supports 3 actions : rotate ,translate and scaling . The translation & scaling are working great , but I'm having some problems with the rotation. At the beginning of ...
1
vote
1answer
41 views

CSS3 - translateZ based on percentage of parent div?

I have a webpage with a largescale model that follows this example (code found here). In the code, you'll see that the translateZ arguments are all either 25px or -25px, which is half the height of ...
1
vote
1answer
31 views

Preprocessing data before transforming it into XML?

I am using JAXB to save my objects to XML. I have one problem with this though: One of my classes has a String myclass.getFilePath() // returns an absolute file path which represents an absolute ...
0
votes
1answer
30 views

ignore element for page size calculation

How to force browser NOT to calculate the size of the content based on some absolute positioned elements? I am looking for something like https://developer.mozilla.org/en-US/docs/CSS/-moz-stack-sizing ...

1 2 3 4 5 29