Learn Motion UI Top to Bottom

@AdiPurdila I just finished the tutorial but I am not understanding making custom Keyframes. What if I do not want to use of the provided keyframe functions like fade.

@include mui-keyframes(‘custom-keyframe’, fade );

I am specifically trying to animate svg dash-array, but how can I add that into my mixins for Motion UI

@-keyframes dash {
from {
stroke-dashoffset: 1000;
}
to {
stroke-dashoffset: 0;
}
}

@vernsloth So sorry about the late reply, I just saw your question. Have you figured it out or still need help?