BMFAnimationType enum Null safety

动画缓动函数类型

Inheritance
  • Object
  • Enum
  • BMFAnimationType

Constructors

BMFAnimationType()
const

Values

Linear → const BMFAnimationType

线性

const BMFAnimationType(0)
InQuad → const BMFAnimationType
const BMFAnimationType(1)
OutQuad → const BMFAnimationType
const BMFAnimationType(2)
InOutQuad → const BMFAnimationType
const BMFAnimationType(3)
OutInQuad → const BMFAnimationType
const BMFAnimationType(4)
InCubic → const BMFAnimationType
const BMFAnimationType(5)
OutCubic → const BMFAnimationType
const BMFAnimationType(6)
InOutCubic → const BMFAnimationType
const BMFAnimationType(7)
OutInCubic → const BMFAnimationType
const BMFAnimationType(8)
InQuart → const BMFAnimationType
const BMFAnimationType(9)
OutQuart → const BMFAnimationType
const BMFAnimationType(10)
InOutQuart → const BMFAnimationType
const BMFAnimationType(11)
OutInQuart → const BMFAnimationType
const BMFAnimationType(12)
InQuint → const BMFAnimationType
const BMFAnimationType(13)
OutQuint → const BMFAnimationType
const BMFAnimationType(14)
InOutQuint → const BMFAnimationType
const BMFAnimationType(15)
OutInQuint → const BMFAnimationType
const BMFAnimationType(16)
InSine → const BMFAnimationType
const BMFAnimationType(17)
OutSine → const BMFAnimationType
const BMFAnimationType(18)
InOutSine → const BMFAnimationType
const BMFAnimationType(19)
OutInSine → const BMFAnimationType
const BMFAnimationType(20)
InExpo → const BMFAnimationType
const BMFAnimationType(21)
OutExpo → const BMFAnimationType
const BMFAnimationType(22)
InOutExpo → const BMFAnimationType
const BMFAnimationType(23)
OutInExpo → const BMFAnimationType
const BMFAnimationType(24)
InCirc → const BMFAnimationType
const BMFAnimationType(25)
OutCirc → const BMFAnimationType
const BMFAnimationType(26)
InOutCirc → const BMFAnimationType
const BMFAnimationType(27)
OutInCirc → const BMFAnimationType
const BMFAnimationType(28)
InElastic → const BMFAnimationType
const BMFAnimationType(29)
OutElastic → const BMFAnimationType
const BMFAnimationType(30)
InOutElastic → const BMFAnimationType
const BMFAnimationType(31)
OutInElastic → const BMFAnimationType
const BMFAnimationType(32)
InBack → const BMFAnimationType
const BMFAnimationType(33)
OutBack → const BMFAnimationType
const BMFAnimationType(34)
InOutBack → const BMFAnimationType
const BMFAnimationType(35)
OutInBack → const BMFAnimationType
const BMFAnimationType(36)
InBounce → const BMFAnimationType
const BMFAnimationType(37)
OutBounce → const BMFAnimationType
const BMFAnimationType(38)
InOutBounce → const BMFAnimationType
const BMFAnimationType(39)
OutInBounce → const BMFAnimationType
const BMFAnimationType(40)
InCurve → const BMFAnimationType
const BMFAnimationType(41)
OutCurve → const BMFAnimationType
const BMFAnimationType(42)
SineCurve → const BMFAnimationType
const BMFAnimationType(43)
CosineCurve → const BMFAnimationType
const BMFAnimationType(44)

Properties

hashCode → int
The hash code for this object.
read-only, inherited
index → int
A numeric identifier for the enumerated value.
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Constants

values → const List<BMFAnimationType>
A constant List of the values in this enum, in order of their declaration.
[Linear, InQuad, OutQuad, InOutQuad, OutInQuad, InCubic, OutCubic, InOutCubic, OutInCubic, InQuart, OutQuart, InOutQuart, OutInQuart, InQuint, OutQuint, InOutQuint, OutInQuint, InSine, OutSine, InOutS…