html5 - Is there a way to disable transitions during zooming? -
when zoom in on page uses css3's transition
property on things such width, height, padding, margin, etc., elements transition when zoom in , out. there way disable this?
jsfiddle: http://jsfiddle.net/forestka/fpbjb/
updated jsfiddle: http://jsfiddle.net/forestka/8jbjk/2/
check out answer on stackoverflow:
https://stackoverflow.com/a/20549817/1985601
"it works adding transition css when click buttons, , when zoom browser window, removes css.
this works on firefox , chrome, not ie. on firefox, when zoom, transition continues normal, , zooming doesn't affect it. on chrome, transition fast-forwards final state."
Comments
Post a Comment