[Javascript] 動畫: TweenMax(GSAP)

GSAP (GreenSock Animation Platform)
https://github.com/greensock/GreenSock-JS

GSAP web
https://greensock.com/

TweenMax
https://greensock.com/tweenmax

用TweenMax實現收集水滴效果
http://lzl124631x.github.io/2016/08/14/tweenmax.html

GSAP,專業的Web動畫庫Script
https://cn.aliyun.com/jiaocheng/1011647.html

作品: taotajima
http://taotajima.jp/

TweenMax是GSAP(GreenSock Animation Platform)創作的動畫工具庫,GSAP的產品除了TweenMax,還有︰
TweenLite: TweenMax的精簡版, 9kb
TimelineMax: 將動畫串聯起來的庫, 6kb
TimelineLite: TimelineMax的精簡版, 4kb
Draggable: 讓元素可以拖來拖去, 12kb
SplitText: 讓文字逐個/詞/行展現酷炫動效
DrawSVGPlugin: 動態繪製SVG
MorphSVGPlugin: 很酷炫的SVG變換外掛程式

TweenMax就是GSAP的全家桶,包含了TweenLite, TimelineLite, TimelineMax, CSSPlugin, AttrPlugin, RoundPropsPlugin, DirectionalRotationPlugin, BezierPlugin 和 EasePack。


#GSAP, GreenSock Animation Platform, TweenMax, TweenLite, TimelineMax, TimelineLite, Draggable, SplitText, DrawSVGPlugin, MorphSVGPlugin

留言