Phaser API Documentation

  Version: 
EmitterOpEaseConfig

Description:

Defines an operation yielding a value incremented continuously across a range.

Properties:
name type arguments Default description
start number

The starting value.

end number

The ending value.

ease string | function <optional> 'Linear'

The ease to find. This can be either a string from the EaseMap, or a custom function.

easeParams Array.<number> <optional>

An optional array of ease parameters to go with the ease.

Type:
object