lottie-js icon indicating copy to clipboard operation
lottie-js copied to clipboard

Missing value of last keyframe

Open aztack opened this issue 8 months ago • 1 comments

This is the original lottie data.json where a layer with 2 scale keyframes and the second keyframe only has "t" property: image

After animation.fromJSON(above-json). The keyframes do not have any value of last frame image

Maybe copy previous keyframe's "s" property to the last keyframe's "s" property?

aztack avatar Jun 18 '24 09:06 aztack