Skip to content

Instantly share code, notes, and snippets.

@asemler
Last active January 11, 2016 19:43
Show Gist options
  • Save asemler/96998b8aa5e267964a69 to your computer and use it in GitHub Desktop.
Save asemler/96998b8aa5e267964a69 to your computer and use it in GitHub Desktop.
Skeleton Scrollmagic Scratchpad using CDN
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.5/ScrollMagic.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.5/plugins/animation.gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.5/plugins/debug.addIndicators.min.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment