CSS transforms allows elements styled with CSS to be transformed in two-dimensional or three-dimensional space.

learn more… | top users | synonyms

0
votes
0answers
11 views

-webkit-transform: translate3d and -webkit-filter: grayscale bug in safari

.img1{ -webkit-filter: grayscale(1); } .img2{ -webkit-filter: grayscale(1); -webkit-transform: translate3d(0, 0, 0) scale(1, 1); } Usage of transform: translate3d causes grayscale bug in ...
1
vote
1answer
37 views

Why doesn't this rotate3d() CSS transform work as expected in Internet Explorer 10?

I'm trying to create a "card flip" effect using CSS transforms and transitions. I'm using a <div> to represent the card, and two child <div>s to represent the front and back faces of the ...
0
votes
0answers
21 views

Rotating image using gestures after flipping is not working in winjs

I first flipped an image and then rotated the image using gestures but the image is rotating in the opposite direction. This is the code i used to flip the image tempob.style.transform = ...
0
votes
0answers
11 views

CSS3 3D transforms don't trigger when not active tab

I'm working on a website with CSS3 3D tranforms that are triggered with jquery. Essentially when any button is pressed, it loads some content with ajax, is hidden with jquery at first (using ...
1
vote
1answer
22 views

jQuery Matrix Values from CSS

I'm trying to get Matrix values from CSS transform properties, but for some reason it's not working. var object = $(this); var transMatrix = object.css("-webkit-transform") || ...
0
votes
2answers
22 views

Scale content of an iframe for preview

I have an iframe that previews a page on my site. It has a smaller size than the page and I would like to be able to have the content of the page to be scaled to the size of it like if it was zoomed. ...
0
votes
0answers
26 views

-webkit-transform and position:fixed + position:relative rendering issue

It seems that there is an issue with Chrome and Safari when there is an element with position:fixed contained in an element with position:relative and any element on the page has -webkit-transform. ...
0
votes
1answer
30 views

Images disappear during translate3d on Chrome for iPhone and iPad

I have a coverflow type image gallery that I have created for mobile picture viewing. The first iteration lives here: http://codepen.io/jasonmerino/pen/Fsloq. I've wired up the touch events and all ...
5
votes
1answer
85 views

Do CSS transformed elements have default z-index?

I've a pretty basic example here, am having a fixed header with other elements which are stacked one after another, single element is transformed using transform: rotate(360deg). So only the ...
1
vote
2answers
54 views

adding css3 transforms to current css3 transform value

I have this element that after executing a certain javascript function, will make its css transform value to : -webkit-transform : translateX(25px) translateY(25px) scale(1); how do i get that ...
11
votes
2answers
123 views

Rotated elements in CSS that affects their parent's height correctly

Let's say I have a couple of columns, of which some I'd like to rotate the values of: http://jsfiddle.net/MTyFP/1/ <div class="container"> <div ...
1
vote
3answers
64 views

make perspective header with css3 transform

I need a little slider presentation I wish I can make Reporting heading from this plain version (view fullscreen) to something like this: Also would be nice having: also icon move in css ...
1
vote
1answer
78 views

CSS keyframed animation jumpy in IE10

I've created a simple, looping animation that uses the translate function to move elements left and right. This works elegantly in Chrome, Firefox and event starts off well in IE10, however when the ...
0
votes
2answers
30 views

Preseve a state with CSS 3 transforms

I would like to create an animation in two parts. I explain a bit. I have a rectangle, at the beggining of the animation, the top will have an animation to be shrink. After this end of this ...
1
vote
1answer
95 views

Sideways tab with css-rotated tab headers

I'm trying to make a tabbed menu in pure html and css. The tab menu is contained on the right side of the page, so the tabs are shown on the left-hand side of the menu. I think I got that part ...
0
votes
0answers
80 views

CSS3 transition / transformation (Card flip effect) failed in chrome 26

I have been trying to implement the card flip effect with css3 taking Flesky website as reference : http://fleksy.com/ Looking at the "Flesky has appeared in the press "section, the flipping effect ...
0
votes
1answer
143 views

CSS 3D transforms not working on Chrome 26 (Ubuntu 12.04)

On Google Chrome ( 26.0.1410.63 ), when I tried to open this http://www.paulrhayes.com/experiments/cube-3d/ It says Uh-oh, your browser has no support for 3D CSS transforms. I was surprised & ...
1
vote
1answer
69 views

Fix crispy/jagged rendering of text after CSS3 rotation

I'm sure that you're noticed annoying look of text after CSS3 rotation. Text looks so crispy, jagged, unaligned... I've found some answers which include -webkit-font-smoothing but that doesn't have ...
5
votes
2answers
68 views

Why does my close button wobble in some browsers?

Please checkout the demo at - http://jsfiddle.net/cYGzC/ The idea is that on hover the cross ('×') will turn around its center which will give a nice spinning motion on hover. The problem is, for ...
0
votes
1answer
151 views

Flip card effect on mobile device

I want to use this library http://lab.smashup.it/flip to do flip card effect on my mobile device. But I want to do this effect between two divs with different background images or elements like hrefs, ...
2
votes
0answers
89 views

z-index is overlap css 3d transform position in FireFox

I create some 3d demo: https://dl.dropboxusercontent.com/u/20810772/model/field.html webkit render it fine. But in FireFox 19/ FF nightly z-index overlap 3d-transform position of elements. If element ...
0
votes
1answer
80 views

CSS3 Card Flip backface disappears at end of transform

I've gotten a simple set of cards that I need to flip on click. The problem is that when the transform is done the backface (blue side) disappears. It kind of shows up during the animation back to ...
0
votes
1answer
61 views

Get a stacked-element box-shadow effect using only css?

I have a ui element which is supposed to indicate that the represented item will expand into multiple items later in the workflow. My thought is to have it look something like this: Where the ...
0
votes
0answers
33 views

how to remove :active transform from hidden contact form once it's opened

Hi first I would like to apologize if this has been answered because I've searched and didn't find what I was looking for. I am using the Fit Theme on WordPress and it comes with a contact module/form ...
0
votes
1answer
72 views

how to rotate and scale a img at the same time css3

I'm very confuse. Why I can not use scale and rotate at the same time? I've try this but it does not work: .rotate-img{ -webkit-transform:scale(2,2); -webkit-transform:rotate(90deg); ...
0
votes
1answer
46 views

Why is my zoom wrong in this d3 code?

This code is running live here: http://domtree.breckyunits.com The part that is a little off is the zoom behavior. When I zoom in on a point, it zooms correctly but translates to the wrong point. I ...
0
votes
1answer
58 views

CSS Skew creates grey line in IE9

I'm attempting a CSS layout of three divs stacked vertically. The top and bottom divs are slanted. The body is horizontal and meant to fluctuate in size with the content that loads. I've been able to ...
0
votes
1answer
49 views

CSS3 Scale, Fade and Spin on the same element (why isn't SCALE working?!?)

OK noobs. Need this circle to scale and fade in once at the beginning of the animation (while spinning) and continue to spin thereafter. Not that hard right!?! Got the fade and spin working but scale ...
0
votes
0answers
95 views

Using CSS transforms on bxSlider items break animation in Safari

I came across this issue when upgrading to the latest version of bxSlider (v4.1). The new version is responsive and therefore uses transform to go between slides, rather than the old way of using the ...
0
votes
2answers
71 views

How to use CSS 3D to display child elements perpendicular to parent element?

The desired effect is to have 2 perpendicular dom elements like a 'pop-up' book. However, the child element seems to get flattened/projected onto the parent's plane. It seems to work if the 2 ...
0
votes
2answers
184 views

Jerky CSS transform transition in Chrome

I am using CSS3 transform on a background image to enlarge on hover. I have tested in the latest browsers of Opera, Safari and Firefox and work nice and smooth, however in Chrome the transition is ...
10
votes
2answers
191 views

How to get the correct mouse position in relation to a div that has has a scale transform applied

I am using css transform scale to create a smooth zoom on a div. The problem is that I want to be able to get the correct mouse position in relation to div even when scaled up, but I can seem figure ...
1
vote
2answers
109 views

css 3d shape becomes skewed on rotate

I have a 3d box in css and it looks weird when I rotate it. Here is a jsfiddle: http://jsfiddle.net/markasoftware/GKPZ9/ you can see how weird and non-box-like it looks when rotated. Why does this ...
7
votes
1answer
73 views

Why does perspective on transformed elements appear backwards?

I have a fiddle here you can play with. Move around the rotateX and rotateY sliders to see. The part of the element that is closest to you is smaller while the part that is farther away is bigger. If ...
3
votes
1answer
265 views

Full CSS 3D page - camera implementation

I want my page to be completely a 3D space, I don't know much about 3d but my Idea is to have the body be my view-port and the world is a div where my transformed content resides. I need a function ...
0
votes
1answer
150 views

Circle scale animation Chrome bug with CSS transforms

I have some troubles with a simple animation in Chrome. I´m working on a very simple preloader that consists in a circle that increase its size in time. This is how I´m creating this: #circle{ ...
0
votes
1answer
70 views

How do you remove a parent element's rotate from a child element?

I have a parent element that rotates a child element. When I click a button I want the child element to animate to the position it would be in if there were no rotate applied to the parent but the ...
4
votes
1answer
199 views

CSS3 Rotation transition causing intermittent mouse click detection

This is a very similar issue to CSS3 Rotate on animated element causing click event not to invoke Although my issue is a tad different, plus can't comment on it to add supporting information. ...
3
votes
2answers
75 views

how do you unrotate a child element if its parent element is rotated?

The goal is to have the child element rotated by its parent element but once you click the child element it animates to how it would be if there were no rotates applied to the parent element. So ...
1
vote
1answer
438 views

webkit css 'transform3d' + 'position: fixed' issue

I have a situation where, In normal css circumstances, a fixed div would be positioned exactly where it is specified (top:0px, left:0px). This does not seem to be respected If I have a parent that ...
0
votes
0answers
52 views

Make css rotate3d share the same vanishing point when they do share the same parent

This is probably a question best illustrated in demo, so a link first: http://jsfiddle.net/bpQMu/1/ .p{ perspective: 200px; } .r{ transform: rotate3d(0, 1, 0, 40deg); } Basically I found ...
0
votes
0answers
131 views

Change CSS translate on mousemove – performance in Webkit browsers is bad

I have written a jQuery plugin which basically moves relatively big pngs (with alpha) through the CSS property transform: translate() depending on cursor-position. The plugin performance is quite good ...
1
vote
1answer
45 views

How to translate element position from x1 to x2 using transitions?

HTML: <div id="foo"></div> CSS: #foo { width: 100px; height: 100px; background: #f00; } .a { -webkit-transition: -webkit-transform 1s linear; -webkit-transform: translateY(100px); } .b ...
0
votes
0answers
86 views

Issue with perspective webkit transform and position absolute

Here is the html: <div class="row"> <div></div> <ul></ul> </div> And here is my css: .row { width: 173px; height: 38px; position: absolute; ...
0
votes
1answer
66 views

Safari cannot rotate more than 360 deg

Can Safari 6.0.2 perform a rotation of more than 360 degrees? I have a simple experiment. Try it in Chrome release(not canary, will break, moz also will break) and Safari. UPDATE:Since I found the ...
0
votes
0answers
50 views

Performance Testing CSS Animation

Is there a way to test performance of CSS animations similar to the way you can test and compare JavaScript in JSPerf?
3
votes
1answer
121 views

Overflow hidden breaking translateZ

Setup I have three divs using CSS3 translations in all directions within a container div that is itself within an outer, fullscreen div. The outermost div, the full screen one, has perspective set on ...
2
votes
1answer
78 views

Advice on how to avoid costly repaint in my carousel?

I'm writing a carousel script that slides images using web-transitions. Here's a really simplified fiddle into how it works. http://jsfiddle.net/tUhZe/6/ I wanted to know if anyone can has any ...
0
votes
0answers
161 views

CSS skew transform in IE7

I am trying to skey the headers of a table using CSS. It works ok in IE9 but in IE7, the headers are skewed, but clipped. Here is the fiddle http://jsfiddle.net/sWVrM/3/ Here is the code: HTML: ...
0
votes
0answers
42 views

Adding and testing my custom jQuery call to Dotnetnuke 6

I'm struggling with one last client requirement: the elegant HTML/CSS transition effect for modern browsers simply HAS to also work in IE8 and 9. I managed to build a working jQuery version in a ...

1 2 3 4 5 6