Make your voice heard in 2025 → Answer 8 simple questions in this Survey
Open Survey
KeyframeInfo
interface KeyframeInfo {
  curve: any;
  declarations: KeyframeDeclaration[];
  duration: number;
}

Summary

Properties