8.8 released—CSS Media Query support, SF Symbols and much more...
Learn more
KeyframeDeclaration
interface KeyframeDeclaration {
  property: string;
  value: any;
}

Summary

Properties

property
value

Properties