Skip to content

Instantly share code, notes, and snippets.

@charlesjolley
Created August 9, 2010 21:06
Show Gist options
  • Save charlesjolley/516116 to your computer and use it in GitHub Desktop.
Save charlesjolley/516116 to your computer and use it in GitHub Desktop.
myview = SC.SlideshowView.extend({
content: 'url1 url2 url3'.w(),
exampelView: SC.ImageView,
transition: SC.KenBurnsTransition
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment