Skip to content

Instantly share code, notes, and snippets.

@smileyj68
Created June 20, 2012 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save smileyj68/2960375 to your computer and use it in GitHub Desktop.
Save smileyj68/2960375 to your computer and use it in GitHub Desktop.
Foundation 3 Orbit Call
<script type="text/javascript">
$(window).load(function() {
$('#featured').orbit();
});
</script>
@Sumrnot
Copy link

Sumrnot commented Aug 10, 2012

For the rotate timer, is there a particular reason it doesn't say:
this.$rotator.css({
"transform": degreeCSS,
"-ms-transform": degreeCSS,
"-webkit-transform": degreeCSS,
"-moz-transform": degreeCSS,
"-o-transform": degreeCSS
});
Seems to cover more bases and it gets IE 9 working as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment