Phaser.Easing. Circular

new Circular()

Circular easing.

Source - tween/Easing.js, line 333

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 340

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 366

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 353
Phaser Copyright © 2012-2014 Photon Storm Ltd.
Documentation generated by JSDoc 3.3.0-dev on Tue Nov 25 2014 00:17:28 GMT-0000 (GMT) using the DocStrap template.