indexInterfaces
Interface: TickerProgrationExponential
Defined in: src/canvas/tickers/interfaces/TickerProgrationType.ts:14
Properties
limit?
> optional limit?: number
Defined in: src/canvas/tickers/interfaces/TickerProgrationType.ts:22
The limit of the effect
percentage
> percentage: number
Defined in: src/canvas/tickers/interfaces/TickerProgrationType.ts:18
The percentage of the speed to increase every frame. if the percentage is 0.1, the speed will increase by 10% every frame.
type
> type: "exponential"
Defined in: src/canvas/tickers/interfaces/TickerProgrationType.ts:23