Make your voice heard in 2025 → Answer 8 simple questions in this Survey
Open Survey
KeyframeDeclaration
interface KeyframeDeclaration {
  property: string;
  value: any;
}

Summary

Properties

property
value

Properties