Hello Rodrigo , i already know you from here thanks for your fast answer, i got to admit that i don't even know what i wanted to solved in the first time, because everything is so blurry to me speaking code. So i'll focus on one element:
".nav-cd-trigger" is linked to
$('.cd-nav-trigger').click(function(){
TweenMax.set(".stag", {clearProps:"all"})
TweenMax.staggerFrom('.stag', 2, {alpha:0, yPercent:-100, scale:0.4, force3D:false, ease:Elastic.easeOut},0.2);
})
When i first brainstormed my menu animation from scratch from infos gathered in the documentation i tried to use the re