timing adjustments

This commit is contained in:
Jeff Escalante 2018-06-19 15:22:15 -04:00 committed by Jack Pearkes
parent 77322aa777
commit 0ab522ef77
1 changed files with 6 additions and 8 deletions

View File

@ -55,7 +55,7 @@ configChallengeTimeline
{ rotation: 360, svgOrigin: '136px 127px', ease: Power1.easeOut }, { rotation: 360, svgOrigin: '136px 127px', ease: Power1.easeOut },
'start' 'start'
) )
.to(line1, 1, {}) .to(line1, 2, {})
.to( .to(
[line1, line2, line3, line4, line5, line6, line7, line8, progressBar], [line1, line2, line3, line4, line5, line6, line7, line8, progressBar],
0.5, 0.5,
@ -68,7 +68,6 @@ configChallengeTimeline
{ opacity: 0.5 }, { opacity: 0.5 },
'reset' 'reset'
) )
.to(line1, 1, {})
.pause() .pause()
// //
@ -98,12 +97,11 @@ configSolutionTimeline
.to(boxes, 0.5, { opacity: 1 }, '-=0.4') .to(boxes, 0.5, { opacity: 1 }, '-=0.4')
.to(progress, 1, { width: 40 }, 'start') .to(progress, 1, { width: 40 }, 'start')
.to(dots, 0.25, { opacity: 1 }, '-=0.5') .to(dots, 0.25, { opacity: 1 }, '-=0.5')
.to(progress, 1, {}) .to(progress, 2, {})
.to(lines, 1, { opacity: 0 }, 'reset') .to(lines, 0.5, { opacity: 0 }, 'reset')
.to(boxes, 1, { opacity: 0.5 }, 'reset') .to(boxes, 0.5, { opacity: 0.5 }, 'reset')
.to(progress, 1, { opacity: 0 }, 'reset') .to(progress, 0.5, { opacity: 0 }, 'reset')
.to(dots, 1, { opacity: 0 }, 'reset') .to(dots, 0.5, { opacity: 0 }, 'reset')
.to(progress, 1, {})
.pause() .pause()
// //