KeyframeInfo
interface KeyframeInfo {
  curve: any;
  declarations: KeyframeDeclaration[];
  duration: number;
}

Summary

Properties