8.8 released—CSS Media Query support, SF Symbols and much more...
Learn more
KeyframeInfo
interface KeyframeInfo {
  curve: any;
  declarations: KeyframeDeclaration[];
  duration: number;
}

Summary

Properties