Phaser.Easing. Quintic

new Quintic()

Quintic easing.

Source - tween/Easing.js, line 190

Methods

In(k) → {number}

Quintic ease-in.

Parameters:
Name Type Description
k number

The value to be tweened.

Returns:
number -

The tweened value.

Source - tween/Easing.js, line 192

InOut(k) → {number}

Quintic ease-in/out.

Parameters:
Name Type Description
k number

The value to be tweened.

Returns:
number -

The tweened value.

Source - tween/Easing.js, line 218

Out(k) → {number}

Quintic ease-out.

Parameters:
Name Type Description
k number

The value to be tweened.

Returns:
number -

The tweened value.

Source - tween/Easing.js, line 205
Phaser Copyright © 2012-2016 Photon Storm Ltd.
Documentation generated by JSDoc 3.3.3 on Mon Jul 11 2016 10:10:46 GMT+0100 (GMT Daylight Time) using the DocStrap template.