Motion+
Motion / Changelog925 releases

Changelog

Releases across Motion, Motion+, and Motion AI Kit.

  1. Motion+minor2.11.0

    Added

    • Carousel: New wheelSwipeThreshold prop configures the distance of wheel scroll before triggering a swipe.
  2. Motion+minor2.10.0

    Added

    • AnimateNumber: trend prop to control digit spin direction. - trend={1}: Digits always spin upward, wrapping 9 → 0. - trend={-1}: Digits always spin downward, wrapping 0 → 9. - trend={(oldValue, newValue) => number}: Function for custom logic. - Default (no trend): Auto-detects direction based on value change.

    Changed

    • AnimateNumber: Now uses manual FLIP measurements instead of layout animations.
  3. Motion+minor2.9.0

    Added

    • useCarousel and useTicker: Provides offset motion value, which contains the unwrapped offset of a Carousel or Ticker.
  4. Motion+minor2.8.0

    Added

    • AnimateView: View animations for React.
  5. Motion+minor2.7.0

    Added

    • scrambleText: Now supports string MotionValue.
  6. Motion+minor2.6.0

    Added

    • scrambleText and ScrambleText: Added scramble text for vanilla JS and React.
  7. Motion+minor2.5.0

    Added

    • Typewriter: Added cursorBlinkRepeat option for capping the number of times a cursor blinks after typing stops.
  8. Motion+minor2.4.0

    Added

    • splitText: Added preserveHyphens option.
  9. Motion+minor2.3.0

    Added

    • animateLayout: Vanilla layout animations.
  10. Motion+minor2.2.0

    Added

    • Carousel: Added page prop for controlling the current page via props.
  11. Motion+minor2.1.0

    Added

    • UMD bundle now published via GitHub.
  12. Motion+minor1.6.0

    Added

    • Ticker: RTL support.
  13. Motion+minor1.5.0

    Added

    • Typewriter
  14. Motion+minor1.4.0

    Added

    • Ticker: overflow option for showing items outside the ticker layout boundaries.

    Fixed

    • Ticker: Fixing layoutId on repeated items.
    • Ticker: Reduce number of clones in tickers with padding.
  15. Motion+minor1.3.0

    Added

    • Ticker: Added isStatic mode.
  16. Motion+minor1.2.0

    Added

    • MCP server.
  17. Motion+minor1.1.0

    Added

    • Ticker: useItemOffset