Public typealias

Signature
type TLAnimationOptions = Partial<{
  duration: number
  easing: (t: number) => number
}>
Source

packages/editor/src/lib/editor/Editor.ts

TLAfterDeleteHandlerTLAnyShapeUtilConstructor