Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-27 | 885 Bytes | |
v4.1.2 source code.tar.gz | 2025-07-27 | 3.0 MB | |
v4.1.2 source code.zip | 2025-07-27 | 3.1 MB | |
Totals: 3 Items | 6.1 MB | 2 |
Bug fixes
- [Timeline] Fix
onComplete
callback not called on reversed timelines (#378) - [Scroll] Fix
onScoll()
not properly handling SVG targets by usinggetBoundingClientRect()
for size and offset calculation instead ofoffsetTop
/offsetLeft
(#1021) - [Animation] Fix relative values (+=, -=, *=) not properly refreshed when calling
animation.refresh()
(#1025) - [Draggable]
draggable.disable()
now properly disable the drag without interrupting animations. The old behavior is still possible by chaining methods like thisdraggable.disable().stop()
- [Draggable] Fix an issue where the internal ResizeObserver won't be properly disconnected on revert (#1041)
- [Draggable] Draggable onUpdate is now only called when the draggable position change (#1032)
- [Docs] Clarify limitations of composition: "blend" with
.reverse()
and other parameters (#1012)