Skip to content

Instantly share code, notes, and snippets.

@twokul
Created February 9, 2015 02:21
Show Gist options
  • Save twokul/2a1a895d203db83c4c0a to your computer and use it in GitHub Desktop.
Save twokul/2a1a895d203db83c4c0a to your computer and use it in GitHub Desktop.
lazy-loading-image-in-ember
export default Component.extend(InViewportMixin, {
elementInViewport: observer('enteredViewport', function() {
// do crazy things!
}).on('didInsertElement')
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment