New features
- SVG
- Draggable
createDraggable()
: Add adragThreshold
parameter (#1091) (@craig-jennings)
Changes
- Timer, Animation, Timeline
.reset(softReset)
: ThesoftReset
parameter type is now aBoolean
instead of an int
- Draggable
createDraggable()
: The drag threshold is now 3px with a mouse and 7px with touch instead of 3px everywhere
Fixes
- onScroll
- Types
- Fix await
animate()
throwing Typescript error (#1043)
- Fix await
Docs
- Every demos can now be edited on CodePen
- Added
.reset()
chapters