promotional bannermobile promotional banner

LibAnimate

Keyframe-driven animation library for WoW frames

File Details

3.3.0

  • R
  • Feb 22, 2026
  • 18.14 KB
  • 4
  • 12.0.1+5
  • Retail + 2

File Name

LibAnimate-3.3.0.zip

Supported Versions

  • 12.0.1
  • 12.0.0
  • 11.2.7
  • 5.5.3
  • 5.5.2
  • 2.5.5

Lib: Animate

3.3.0 (2026-02-22)

Full Changelog Previous Releases

  • chore: release 3.3.0 (#28)
    Automated release PR for version 3.3.0
    Co-authored-by: Xerrion 1850632+Xerrion@users.noreply.github.com
  • feat: add PauseQueue, ResumeQueue, IsPaused, SlideAnchor, SkipToEntry, RemoveQueueEntry
  • feat: add delay, repeatCount, and animation queue support (#27)
  • feat: add delay, repeatCount, and animation queue support
    • delay option: wait N seconds before animation starts
    • repeatCount option: play N times (0 = infinite loop)
    • Queue API: chain multiple animations in sequence
    • ClearQueue/IsQueued helper methods
    • Input validation for delay, repeatCount, opts, and frame params
    • pcall protection for per-step queue callbacks