编辑: hgtbkwd | 2016-02-22 |
2012 Adobe Systems Incorporated. All Rights Reserved. Adobe Con?dential. §? 强大的JS Tween和animation库§? 简单易用
6 TweenJS 12年12月28日星期五 ?
2012 Adobe Systems Incorporated. All Rights Reserved. Adobe Con?dential. §? 强大的JS Tween和animation库§? 简单易用 §? 可以序列化多个Tweens
6 TweenJS 12年12月28日星期五 ?
2012 Adobe Systems Incorporated. All Rights Reserved. Adobe Con?dential. §? 强大的JS Tween和animation库§? 简单易用 §? 可以序列化多个Tweens §? 支持css属性
6 TweenJS 12年12月28日星期五 ?
2012 Adobe Systems Incorporated. All Rights Reserved. Adobe Con?dential. §? 强大的JS Tween和animation库§? 简单易用 §? 可以序列化多个Tweens §? 支持css属性 §? 可以同EaselJS很好的协作,但又彼此独立
6 TweenJS 12年12月28日星期五 ?
2012 Adobe Systems Incorporated. All Rights Reserved. Adobe Con?dential. §? 强大的JS Tween和animation库§? 简单易用 §? 可以序列化多个Tweens §? 支持css属性 §? 可以同EaselJS很好的协作,但又彼此独立
6 TweenJS //创建?一个shape对象应用?一个circle绘制 var circle = new createjs.Shape();
circle.graphics.beginFill( #FF0000 ).drawCircle(0,0,50);
//在绘制的circle上应用?一个Tween序列 createjs.Tween.get(circle,{loop:true},true) .to({x:500,y:200,alpha:0.1},1000,createjs.Ease.get(1)) .to({y:400}) .call(myfunction) .wait(800) .to({y:0,alpha:1},300) .call(complete) 12年12月28日星期五 ?
2012 Adobe Systems Incorporated. All Rights Reserved. Adobe Con?dential. §? 强大的JS Tween和animation库§? 简单易用 §? 可以序列化多个Tweens §? 支持css属性 §? 可以同EaselJS很好的协作,但又彼此独立
6 TweenJS //创建?一个shape对象应用?一个circle绘制 var circle = new createjs.Shape();
circle.graphics.beginFill( #FF0000 ).drawCircle(0,0,50);
//在绘制的circle上应用?一个Tween序列 createjs.Tween.get(circle,{loop:true},true) .to({x:500,y:200,alpha:0.1},1000,createjs.Ease.get(1)) .to({y:400}) .call(myfunction) .wait(800) .to({y:0,alpha:1},300) .call(complete) Demos 12年12月28日星期五 ?
2012 Adobe Systems Incorporated. All Rights Reserved. Adobe Con?dential.
7 SoundJS 12年12月28日星期五 ?
2012 Adobe Systems Incorporated. All Rights Reserved. Adobe Con?dential. §? 跨多浏览器
7 SoundJS 12年12月28日星期五 ?
2012 Adobe Systems Incorporated. All Rights Reserved. Adobe Con?dential. §? 跨多浏览器 §? 使用plug-in架构播放音频
7 SoundJS 12年12月28日星期五 ?
2012 Adobe Systems Incorporated. All Rights Reserved. Adobe Con?dential. §? ........