Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: skiptools/skip-motion
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.1
Choose a base ref
...
head repository: skiptools/skip-motion
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.7.2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 12, 2026

  1. added merge paths, oncomplete callback, specific frame setting (#12)

    * 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
    
    * added merge paths, oncomplete callback, specific frame setting
    
    * less branching
    
    * resolve merge problems
    
    ---------
    
    Co-authored-by: Marc Prud'hommeaux <mwp1@cornell.edu>
    vincentborko and marcprux authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    4905403 View commit details
    Browse the repository at this point in the history
  2. No commit message

    marcprux committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    df843ac View commit details
    Browse the repository at this point in the history
Loading