8.6 Released with 🥽 visionOS support and more!
Check it out
KeyframeInfo
interface KeyframeInfo {
  curve: any;
  declarations: KeyframeDeclaration[];
  duration: number;
}

Summary

Properties