Particles Orbit

key option type example notes
animation.enable boolean true / false
animation.speed number 0 describes the rate of travel of a particle progressing along the
curve defined by other values in this property
color color object This color object is the same described here {@links IColor}
enable object true / false
radius number 0
rotation.value number / object 50 / { min: 10, max: 50 }
opacity number
width number

Implements

Constructors

Properties

animation: AnimationOptions
color?: OptionsColor
enable: boolean

Enables/disables the animation

opacity: RangeValue
radius?: RangeValue
rotation: OrbitRotation
width: RangeValue

Methods