9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
KeyframeInfo
interface KeyframeInfo {
  curve: any;
  declarations: KeyframeDeclaration[];
  duration: number;
}

Summary

Properties