Animating shape using snap.svg and scrollmagic
问题 I am trying to create a code to animate my header as the user scrolls. I have managed to create the animations I want using 2 different plugins: snap.svg and scrollmagic. I'm new to both of these so please excuse my noobiness. Here it is on CodePen: http://codepen.io/anon/pen/dYbPXe /* Animation 1 */ var speed = 250, easing = mina.easeinout; [].slice.call ( document.querySelectorAll( '.header > a' ) ).forEach( function( el ) { var s = Snap( el.querySelector( 'svg' ) ), path = s.select( 'path'