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.