Options
All
  • Public
  • Public/Protected
  • All
Menu

动画配置,参考文档:https://animejs.com/documentation

Hierarchy

  • ValueAnimateConfig

Index

Constructors

constructor

Properties

begin

begin: (anim: any) => void = ...

Type declaration

    • (anim: any): void
    • Parameters

      • anim: any

      Returns void

changeBegin

changeBegin: (anim: any) => void = ...

Type declaration

    • (anim: any): void
    • Parameters

      • anim: any

      Returns void

complete

complete: (anim: any) => void = ...

Type declaration

    • (anim: any): void
    • Parameters

      • anim: any

      Returns void

delay

delay: number = 0

duration

duration: number = 500

easing

easing: string = "linear"

from

from: number

to

to: number

update

update: (value: any) => void = ...

Type declaration

    • (value: any): void
    • Parameters

      • value: any

      Returns void

Methods

Static newParam