Vertex Color Animation

Does Collada natively support vertex color animations?
I tried to export such type of animations from 3ds max and Maya with no luck.

Thanks in advance.

No, not using <animation> elements. The ID-based addressing mechanism is not able to directly reference vertices in COLLADA.

On the other hand, you can accomplish your goal by coding up a shader and effect that does what you want.