$(".active-screen .list-item").addClass("complete")
}
}, .7)
+ },
+
+ globalAnimations:function(){
+ gsap.fromTo('#credits',{y:50} ,{y:0,duration:.5},0.35);
}
}
}
this.screens.showScreen('q-' + (state.q + 1), callback);
}
+
+ this.animations.globalAnimations();
+
this.progressbar.update();
},
.to("#start", {
y: 0,
}, .2)
- .fromTo('#credits',{y:50}, {y: 0, duration: .5}, .3)
.from(title.words, {
opacity: 0, y: 20, duration: .2, stagger: 0.05
}, .5)
font-size: 12px
position: absolute
bottom: 20px
- right: 20px
+ right: 25px
color: $texts-color
opacity: 0.7
z-index: 100