Skip to content

Instantly share code, notes, and snippets.

@gera3d
Created September 27, 2016 18:49
Show Gist options
  • Save gera3d/2b505e5d79cc1a64a0ba45d169dd2783 to your computer and use it in GitHub Desktop.
Save gera3d/2b505e5d79cc1a64a0ba45d169dd2783 to your computer and use it in GitHub Desktop.
wp_enqueue_script( 'Green1', 'https://cdn.rawgit.com/greensock/GreenSock-JS/94c5d3100f78656c3a336ff1080ce22fba63394d/src/uncompressed/TweenMax.js', array('jquery'), '' );
wp_enqueue_script( 'Green2', 'https://cdn.rawgit.com/greensock/GreenSock-JS/master/src/minified/jquery.gsap.min.js', array('jquery'), '' );
wp_enqueue_script( 'Green3', 'https://cdn.rawgit.com/greensock/GreenSock-JS/master/src/minified/TweenLite.min.js', array('jquery'), '' );
wp_enqueue_script( 'Green4', 'https://cdnjs.cloudflare.com/ajax/libs/jquery-requestAnimationFrame/0.1.2/jquery.requestAnimationFrame.min.js', array('jquery'), '' );
wp_enqueue_script( 'greensock', get_bloginfo( 'stylesheet_directory' ) . '/js/green-sock.js', array('jquery') );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment