Phaser.Easing. Circular

new Circular()

Circular easing.

Source - tween/Easing.js, line 344

Methods

In(k) → {number}

Circular ease-in.

Parameters:
Name Type Description
k number

The value to be tweened.

Returns:
number -

The tweened value.

Source - tween/Easing.js, line 346

InOut(k) → {number}

Circular ease-in/out.

Parameters:
Name Type Description
k number

The value to be tweened.

Returns:
number -

The tweened value.

Source - tween/Easing.js, line 372

Out(k) → {number}

Circular ease-out.

Parameters:
Name Type Description
k number

The value to be tweened.

Returns:
number -

The tweened value.

Source - tween/Easing.js, line 359
Phaser Copyright © 2012-2016 Photon Storm Ltd.
Documentation generated by JSDoc 3.4.3 on Thu Apr 13 2017 12:05:09 GMT-0700 (PDT) using the DocStrap template.