css3 - css background transition in opera goes through black -
css3 - css background transition in opera goes through black -
i'm getting css3 transitions (about time!) , witness unusual behavior in opera 11.60.
i utilize transition alter element background:none
background:#fff
. however, transition goes through black/dark gray before reaching target.
now, can understand why happens - opacity , color animated @ same time, , since color used none
, opera regards #000
. looks bug me.
is there way prepare this, save turning off transitions in opera elements background:none
?
how trying transition background: rgba(255,255,255,0)
background: rgba(255,255,255,1)
? (that’s white 0 opacity white total opacity.)
see e.g. http://jsfiddle.net/tajmg/
css3 opera css-transitions
Comments
Post a Comment