I have a question regarding the CSS vendor prefixes for transition.
This source states that "you need to use all the usual prefixes to make this work in all browsers (-o-, -webkit-, -moz-, -ms-)".
That page only shows the -webkit-
and -moz-
prefixes and claims that IE 10+, FF 16+ and Opera 12.1+ can read the prefix free version.
In the code of Twitter Bootstrap, there is always exists a -webkit-
, -moz-
and -o-
prefixed version in addition to the un-prefixed version.
What prefixes should I use?