thednp / kute.js

KUTE.js is a JavaScript animation engine for modern browsers.

Home Page:http://thednp.github.io/kute.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clobbers ALL style settings instead of just updating opacity

mistergibson opened this issue · comments

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?

Uh oh -- FALSE ALARM. It turned out to be an obscure bug in my OWN code ... sorry to pester you.