lottie-js
lottie-js copied to clipboard
Missing value of last keyframe
This is the original lottie data.json where a layer with 2 scale keyframes and the second keyframe only has "t" property:
After animation.fromJSON(above-json)
. The keyframes do not have any value of last frame
Maybe copy previous keyframe's "s" property to the last keyframe's "s" property?