I have a SVG application that uses animateTransform to respond to cursor movements.
Is animateTransform implemented in S40, JSR-226?
thx
bsr
I have a SVG application that uses animateTransform to respond to cursor movements.
Is animateTransform implemented in S40, JSR-226?
thx
bsr
Ok, here is what I found.
If I have a <path> with <animateTransform> rules for it, and I set up <begin> event that says <translate> your <to> a certain location and "freeze".
The S40 implmentation does not do this transform on event (focusOn) at all.