8.7 released—WinterCG Compliance Part 1
Learn more
KeyframeInfo
interface KeyframeInfo {
  curve: any;
  declarations: KeyframeDeclaration[];
  duration: number;
}

Summary

Properties