Fixes
Timer
- Fixes floating point inaccuracies with
.stretch(). (#1005)
SVG
- Fixes
stroke-linecapdefined in a stylesheet overriding attributes defined bycreateDrawable(). (#1002) - Fixes
createDrawable()line effect issues when the attribute / propertyvector-effectis set to"non-scaling-stroke". (#793)
WAAPI
- Fixes a Promise issue with WAAPI animations when the
complete()method is called before the animation plays. (#1001) - Prevents conflicts between user defined CSS Custom Properties and the WAAPI
animate()properties. (#1000) - Fixes a caching issue that prevented to use different parameters for the same easing function. (#999)
Draggable
- Fixes
.revert()not properly reverting the draggable internalAnimatable, keeping the x and y styles defined. (#997) - Fixes
onSettle()triggering on theonCompletecallback of the x property, before the y property has updated, causing the draggable to sometimes not go back to its initial position. (#997)
Types
- Added Draggable params to exported types #969 by @AdeboyeDN. (#1004)