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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -