css - Translate animation fallback to position -


currently i'm using elements position: absolute transitions should use translate instead. how achive fallback when translate not available?

without having additional information, i'm assuming you'd use translate when available, , position: absolute when not. found excellent article lists pros , cons, , may solve of woes.

http://paulirish.com/2012/why-moving-elements-with-translate-is-better-than-posabs-topleft/

moving forward, may want modernizr library, provides awesome tools making cutting-edge features work on older browsers. i've posted link css docs below.

http://modernizr.com/docs/#features-css


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -