Type alias KeyframeTypes<Type>

KeyframeTypes<Type>: { [ Property in keyof Type as Property]: ((nextKeyframes: Type[Property], prevKeyframes: Type[Property], frontRequestId: string) => void) }

帧数据类型

Type Parameters

  • Type