Hello,
I'm trying to convert framebased animations to OpenDocument presentations. Static drawing using <draw:path ...> is ok. There are some problems with the animations:

<anim:animateTransform svg:type="rotate" smil:values="angle cx cy; ..." />
cx and cy seem not to be interpreted. The centre of rotation stays in the centre of the referenced object.

I tried a workaround with compensation via animated translation. The following problems appeared.

<anim:animateMotion svg:path="..." smil:calcMode="linear" .../>
The attribute smil:calcMode seems not to be interpreted. The object moves with constant speed. So the animation isn't synchronal to the frames.

<anim:animateTransform svg:type="translate" smil:values="..." smil:additive="sum"/> Here the Motion ist synchronal to the frames. The problem is that the attribute smil:additive seems not to be interpreted. So only one anim:animateTransform per object will be interpreted (either translation or rotation in my case).

Can anybody confirm these problems?

Is there another way to make a framebased animation including translation and rotation on the same object?

greets,
Jens Storz

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to