Bosco adjust speed of 1st frame on leaderboards and 300/320x50
Showing
15 changed files
with
3 additions
and
3 deletions
| ... | @@ -183,7 +183,7 @@ Birthday | ... | @@ -183,7 +183,7 @@ Birthday |
| 183 | 183 | ||
| 184 | var tl = new TimelineMax({repeat:1}); | 184 | var tl = new TimelineMax({repeat:1}); |
| 185 | 185 | ||
| 186 | tl.to("#txt", .5, {opacity:0, delay:2 }); | 186 | tl.to("#txt", .5, {opacity:0, delay:3 }); |
| 187 | 187 | ||
| 188 | var d = .1; | 188 | var d = .1; |
| 189 | var box_arr = ["#box-xmas", "#box-advent", "#box-winter", "#box-spoileddog", "#box-birthday", "#box-valentines"]; | 189 | var box_arr = ["#box-xmas", "#box-advent", "#box-winter", "#box-spoileddog", "#box-birthday", "#box-valentines"]; | ... | ... |
| ... | @@ -179,7 +179,7 @@ General | ... | @@ -179,7 +179,7 @@ General |
| 179 | 179 | ||
| 180 | var tl = new TimelineMax({repeat:1}); | 180 | var tl = new TimelineMax({repeat:1}); |
| 181 | 181 | ||
| 182 | tl.to("#txt", .5, {opacity:0, delay:2 }); | 182 | tl.to("#txt", .5, {opacity:0, delay:3 }); |
| 183 | 183 | ||
| 184 | var d = .1; | 184 | var d = .1; |
| 185 | var box_arr = ["#box-spoileddog", "#box-thanksgiving", "#box-xmas", "#box-winter", "#box-birthday", "#box-valentines"]; | 185 | var box_arr = ["#box-spoileddog", "#box-thanksgiving", "#box-xmas", "#box-winter", "#box-birthday", "#box-valentines"]; | ... | ... |
| ... | @@ -180,7 +180,7 @@ birthday | ... | @@ -180,7 +180,7 @@ birthday |
| 180 | 180 | ||
| 181 | var tl = new TimelineMax({repeat:1}); | 181 | var tl = new TimelineMax({repeat:1}); |
| 182 | 182 | ||
| 183 | tl.to("#txt", .5, {opacity:0, delay:2 }); | 183 | tl.to("#txt", .5, {opacity:0, delay:3 }); |
| 184 | 184 | ||
| 185 | var d = .1; | 185 | var d = .1; |
| 186 | var box_arr = ["#box-spoileddog", "#box-thanksgiving", "#box-xmas", "#box-winter", "#box-birthday", "#box-valentines"]; | 186 | var box_arr = ["#box-spoileddog", "#box-thanksgiving", "#box-xmas", "#box-winter", "#box-birthday", "#box-valentines"]; | ... | ... |
-
Please register or sign in to post a comment