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? -

java - How to create Table using Apache PDFBox -

mpi - Why is MPI_Bsend not returning error even when the buffer is insufficient to accommodate all the messages -