Skip to content

Instantly share code, notes, and snippets.

Created December 7, 2013 05:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/7837601 to your computer and use it in GitHub Desktop.
Save anonymous/7837601 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<div class="carousel">
<img src="" alt="">
<img src="" alt="">
<img src="" alt="">
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//malsup.github.io/jquery.cycle.all.js"></script>
<script>!function($){$(".carousel").cycle({fx:"fade"})}(jQuery);</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment