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
And it looks like the animation for the line here is not working at all. After looking into source code, I realized that lineDashPhase is not set for Stroke.offset in ShapeAnimationGenerator.
I tried simple animation on offset of stroke like this
And it looks like the animation for the line here is not working at all. After looking into source code, I realized that
lineDashPhase
is not set forStroke.offset
inShapeAnimationGenerator
.https://github.com/exyte/Macaw/blob/master/Source/animation/types/animation_generators/ShapeAnimationGenerator.swift#L109
and
https://github.com/exyte/Macaw/blob/master/Source/animation/types/animation_generators/ShapeAnimationGenerator.swift#L195-L203
I will open a PR shortly addressing this
lineDashPhase
animation missing bug.The text was updated successfully, but these errors were encountered: