HDi and animations

Does the HDiSimulator support things like:

<animate calcMode="linear" style:backgroundFrame="0;1" />


I cannot get it to work - no animation occurs.



Answer this question

HDi and animations

  • McMaster

    Try using "0;1;1" or just fill="hold" to see the last frame.

  • akira-888

    I was just trying to use a different method for changed say a button from normal to highlight.

    I'll try it with more images/frames.

    The thing is, I'm not even seeing the second frame.


  • anee

    I suspect it is animating, but because SMIL says linear animations are over n-1 intervals (or some such), you'd only see frame 1 for 1 video frame.

    what are you trying to accomplish with the animation


  • HDi and animations