Hi,

> the goodProps array stores all the properties which you would like to be
> able to animate.

In fact I already use this solution. I defined a table with all the
properties that can be animated, and than I use this reference as a
filter.
But this way, I don't handle custom animation properties. For example,
if I use the plugin "Color Animations", than the "color" property can
be animated. But this property is not in my filter table, so I won't
be able to use it. Or I'll have to register the property in my filter
table before I can use it, and I don't want to do this.

I'd like to be able to ask jQuery which properties can be animated,
and build my filter table from this information. It should be possible
to get this info, no ? How jQuery knows how to handle each property ?


Nico

Reply via email to