Help prepare for 2025 → Answer 8 simple questions on our Fall Survey
Open Survey
KeyframeInfo
interface KeyframeInfo {
  curve: any;
  declarations: KeyframeDeclaration[];
  duration: number;
}

Summary

Properties