clobbers ALL style settings instead of just updating opacity
mistergibson opened this issue · 1 comments
mistergibson commented
When I set a from opacity and a to opacity - the animation runs perfectly. However, ALL my other style settings (background-color, position, etc...) on the div get wiped out and the only style element left is the opacity setting. Is this intentional, or did you intend to merely update ONE key/value pair in the style settings set?
mistergibson commented
Uh oh -- FALSE ALARM. It turned out to be an obscure bug in my OWN code ... sorry to pester you.