前言 在上一章phaser学习总结之phaser入门教程中,我们已经初步入门了phaser,并通过一个案例了解了phaser,现在我们需要对phaser中的对象进行讲解,本章需要讲解的是tween,即phaser中的补间动画,一起来学习一下吧! 参数详解 (1):from和to方法 语法: from(properties [, duration] [, ease] [, autoStart] [, delay] [, repeat] [, yoyo]) To(properties [, dura…