You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
strokeDashoffset: svg.drawLine()
to replicate the behaviour from v3.2.* that would look something like this: strokeDashoffset: [anime.setDashoffset, 0]
The svg namespace however, does not export such a method.
Describe the bug
While attempting to migrate to v4.0.0 i encountered issue while refactoring my animations based on the old dash offset.
Documentation here: Svg
Describes being able to utilise
strokeDashoffset: svg.drawLine()
to replicate the behaviour from v3.2.* that would look something like this:
strokeDashoffset: [anime.setDashoffset, 0]
The svg namespace however, does not export such a method.
To Reproduce
Expected behavior
Documentation should state no support for this currently or adjust to correct approach.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: