Phaser.Easing. Quadratic

new Quadratic()

Quadratic easing.

Source - tween/Easing.js, line 43

Methods

In(k) → {number}

Ease-in.

Parameters:
Name Type Description
k number

The value to be tweened.

Returns:
number -

k^2.

Source - tween/Easing.js, line 45

InOut(k) → {number}

Ease-in/out.

Parameters:
Name Type Description
k number

The value to be tweened.

Returns:
number -

The tweened value.

Source - tween/Easing.js, line 71

Out(k) → {number}

Ease-out.

Parameters:
Name Type Description
k number

The value to be tweened.

Returns:
number -

k* (2-k).

Source - tween/Easing.js, line 58
Phaser Copyright © 2012-2015 Photon Storm Ltd.
Documentation generated by JSDoc 3.3.2 on Thu Feb 18 2016 14:41:01 GMT+0000 (GMT Standard Time) using the DocStrap template.

快捷菜单

注意:只有登录才能全文翻译,每个新用户赠送300会员币。
赚取方法:文章评论+1000,分享网站截图给站长+3000,另充10元+100万会员币
支持一下记得截图给站长!

VIP限时免费阅读!登录可得1万币尽情中文阅读!


记得CTRL+D收藏!
站长微信:
支持自学php网
如有问题,记得强刷一下.

  • In(k) → {number} - 方法
  • InOut(k) → {number} - 方法
  • Out(k) → {number} - 方法