Interface AnimationFrame

interface AnimationFrame {
    duration: number;
    material?: MaterialComponentProps;
}

Properties

Properties

duration: number