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

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -