Thank you I exactly want to have that effect but I didn't mention this, I am using ScrollMagic as well and I need to have this effect for a couple of groups of these quick-info-items, it is a scroll animation that occurs on scroll, I dont want to write a code for every one of these groups ..
so here is my actual code:
function fade_scroll_animation() {
var $anim_scroll = $(".fade-scroll"),
$anim_text_g = $(".anim-text"),
anim_time = .7,
anim_stagger = 0.1,
initial_delay = 0.1,
easing = Power2.easeInOut,