1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
| def text groupP1 { content = " " fontSize = 100% x = 50% y = 50% anchorX = 0.5 anchorY = 0.5 rotateZ = 0 alpha = 1 zIndex = 10 } set groupP1 { }0s then set groupP1{ alpha = 0}0.6s then set groupP1{ }1s def text pTem( ) { content = "□" textShadow = 0 strokeWidth = 0 fontSize = 4% x = 50% y = 50% anchorX = 0.5 anchorY = 0.5 parent = "groupP1" } def text pTem2( ) { content = "△" textShadow = 0 strokeWidth = 0 fontSize = 4% x = 50% y = 50% anchorX = 0.5 anchorY = 0.5 parent = "groupP1" } def text pTem3( ) { content = "○" textShadow = 0 strokeWidth = 0 fontSize = 4% x = 50% y = 50% anchorX = 0.5 anchorY = 0.5 parent = "groupP1" } let t0=pTem() set t0{rotateZ=76 x=43.88% y=46.86%}0.6s,"cubic-bezier(0.19,1,0.22,1)"//easing23 let t1=pTem() set t1{rotateZ=-46 x=43.55% y=48.99%}0.6s,"cubic-bezier(0.19,1,0.22,1)"//easing23 let t2=pTem() set t2{rotateZ=-2 x=58.97% y=49%}0.6s,"cubic-bezier(0.19,1,0.22,1)"//easing23 let t3=pTem() set t3{rotateZ=8 x=52.24% y=48.91%}0.6s,"cubic-bezier(0.19,1,0.22,1)"//easing23
let t4=pTem2() set t4{rotateZ=-105 x=56.74% y=53.23%}0.6s,"cubic-bezier(0.19,1,0.22,1)"//easing23 let t5=pTem2() set t5{rotateZ=39 x=44.58% y=56.45%}0.6s,"cubic-bezier(0.19,1,0.22,1)"//easing23 let t6=pTem2() set t6{rotateZ=-94 x=43.94% y=43.86%}0.6s,"cubic-bezier(0.19,1,0.22,1)"//easing23 let t7=pTem2() set t7{rotateZ=20 x=49.29% y=51.43%}0.6s,"cubic-bezier(0.19,1,0.22,1)"//easing23 let t8=pTem2() set t8{rotateZ=71 x=47.77% y=57.66%}0.6s,"cubic-bezier(0.19,1,0.22,1)"//easing23
let t9=pTem3() set t9{rotateZ=15 x=46.81% y=56.16%}0.6s,"cubic-bezier(0.19,1,0.22,1)"//easing23 let t10=pTem3() set t10{rotateZ=10 x=42.07% y=46.54%}0.6s,"cubic-bezier(0.19,1,0.22,1)"//easing23 let t11=pTem3() set t11{rotateZ=-59 x=51.99% y=54.39%}0.6s,"cubic-bezier(0.19,1,0.22,1)"//easing23 let t12=pTem3() set t12{rotateZ=83 x=49.05% y=50.46%}0.6s,"cubic-bezier(0.19,1,0.22,1)"//easing23
|