Hi everyone,
I was wondering if there was a quick way to do this without messing with paths and such.
Based on the image below, I'm using TimelineMax to animate the "trending" lines to move individually left to right (eg; x:"-=140px") but along an angle of 17deg.
I'm not adept at using Codepen but here's a sample of my code to move one line:
TweenMax.set(trendingL, {rotation:'343deg'});
var tl01 = new TimelineMax({delay:2});
tl01.from(trendingL, 1, {x:"-=140px", ease:Back.easeOut});
Of course, this just moves it from left to right along at