translate3d Questions

10

Solved

Translating an elements Y axis 50% will move it down 50% of its own height, not 50% of the parents height as I would expect. How do I tell a translating element to base it's translation percentage ...
Horseshoes asked 22/6, 2012 at 16:21

4

Solved

I have a composited div (it has translate3d) with an opacity transition: #bad { background-color: red; -webkit-transition: opacity .5s linear; -webkit-transform: translate3d(0, 0, 0); } If I ...
Renick asked 28/6, 2014 at 9:54

3

I am using Javascript to manipulate CSS transforms in Chrome, and I've noticed that when translateZ values get too low (far away), elements will disappear. This only seems to happen if there are a ...
Guimar asked 4/11, 2013 at 23:59

3

Solved

In Javascript, when I move an element using the gpu via the translate3d method, the elements style-left position doesnt change at all. As the cpu isnt even aware any motion has occurred. How do I ...
Headley asked 3/2, 2015 at 9:40

4

Solved

CSS has standard behavior, when moving an object in percentage, that this percentage represents dimensions of its parent container (div). This is not true when using CSS3 transform: translate3d()....
Charmainecharmane asked 30/7, 2014 at 20:38

2

Solved

For example having 2 div's positioned absolute, one can put first div upon second by setting first div's z-index higher than second one's. Can we achieve such behaviour using translateZ() or trans...
Rotberg asked 31/7, 2013 at 17:38

8

Solved

I'm seeing an issue where Chrome and other WebKit browsers massively blur any css-scaled content that also has translate3d applied. Here's a JS Fiddle: http://jsfiddle.net/5f6Wg/. (View in Chrome....
Cablegram asked 5/11, 2011 at 23:21

3

Solved

I have been doing projects that have required smooth transitions and animations. We have recently migrated from using Javascript to CSS animations almost 100% of the time. I have found using trans...
Scissure asked 6/2, 2015 at 0:12

2

When analyzing jQuery mouse events on different CSS Animation types, I'm noticing that translate3d causes hover and other events to not fire correctly. In a basic example, I am animating a list of...
Caretaker asked 28/8, 2013 at 19:23

0

I'd like to animate parts of an inline svg element. I think it is really cool that you can use css transforms on the svg path elements, and thereby animate parts of the svg. But after playing aroun...
Foreigner asked 22/4, 2014 at 21:7

2

Solved

I'm building an iOS app with PhoneGap. I'm using translate3d CSS animations to create the 'flip' effect. This works great on simpler elements...a DIV with front/back divs and maybe an extra span ...
Combustor asked 3/7, 2011 at 18:59

1

Solved

We are developing an HTML5 + CSS3 application for iPad and iPhone. The app is working fine on iPad & all iPhones, however, iPad 2 shows html dom objects pixellated on startup, and stays like th...
Tutto asked 16/12, 2011 at 17:16

1

Solved

As I understand hardware acceleration on iOS devices is enabled when using translate3d(). So why this test on jsperf shows that using css left/top is faster?
Terpsichorean asked 27/8, 2011 at 7:51
1

© 2022 - 2024 — McMap. All rights reserved.