vincentborko · GitHub

Commits on Jan 11, 2026

  1. Added loop modes, play/pause, content mode (#11)

    * added animationspeed
    * new loopmodes + play/pause
    Added MotionLoopMode enum:
    playOnce - play once and stop
    loop - loop forever (default)
    autoReverse - back-forth loop forever
    repeat(Int) - loop N times
    repeatBackwards(Int) - back-forth N times
    Added isPlaying parameter to MotionView (default: true)
    * added contentmode (fit vs fill)
    * add currentProgress, clip range
    ---------
    Co-authored-by: Marc Prud'hommeaux <mwp1@cornell.edu>
    Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

Read the original on github.com ↗