Funny the 3D transform stopped working on my site with Chrome as well (still works in FF and Safari), and I am using the webkit prefix (with "transition" not "transform" -- could that be the issue?).
@chrisburton -- I've been trying to think of what it could be but have come up blank. I've check my settings -- they look normal. JS is definitely enabled.
Any idea what might cause this? If not perhaps I'll reinstall Chrome and see if that works.
@chrisburton -- Thanks for pointing me to about:flags, which I was unaware of. Even with that however I was unable to figure out what was wrong and so wound up reinstalling Chrome -- the 3D transforms work as they should now. I appreciate your help.
hi, i just want to know that why 3d transform is not working on google chrome, same code working in firefox properly. plz help.
source code
Try using the webkit prefix.
-webkit-transform.Funny the 3D transform stopped working on my site with Chrome as well (still works in FF and Safari), and I am using the webkit prefix (with "transition" not "transform" -- could that be the issue?).
@GMB Yep. You need the -webkit- prefix. http://caniuse.com/#search=transform
Your site transform works for me. Pretty cool, by the way.
I am using the webkit prefix and the 3D transform used to work with Chrome. At one point that changed (though the code hadn't). I don't know why.
@chrisburton -- I'd love to take credit for the effect, but it's a very lightly retinkered version of Hakim El Hattab's Meny.
I'm puzzled though -- the 3D transform is not working for me with Chrome. Don't understand why.
@GMB Hey, sorry. It's probably best if you create a reduced test case on CodePen. This way we can eliminate the issue.
Just noticed that Hakim's Meny demo is not 3D transforming either in Chrome.
Hmm...
@GMB It's definitely on your end because it works for me: http://cloud.chrisburton.me/M0GQ
@chrisburton -- I've been trying to think of what it could be but have come up blank. I've check my settings -- they look normal. JS is definitely enabled.
Any idea what might cause this? If not perhaps I'll reinstall Chrome and see if that works.
@GMB It might be the settings which you could have overlooked. No idea, to be honest.
Type this into Chrome and check:
about:flags@chrisburton -- Thanks for pointing me to about:flags, which I was unaware of. Even with that however I was unable to figure out what was wrong and so wound up reinstalling Chrome -- the 3D transforms work as they should now. I appreciate your help.