Skip to content

First release

Compare
Choose a tag to compare
@poteto poteto released this 15 Apr 20:27
· 437 commits to master since this release

This ember-cli addon adds a simple, highly performant Ember Mixin to your app. This mixin, when added to a View or Component (collectively referred to as Components), will allow you to check if that Component has entered the browser's viewport. By default, the Mixin uses the requestAnimationFrame API if it detects it in your user's browser – failing which, it fallsback to using the more resource heavy Ember run loop and event listeners.

This software will not be ready for production use until 1.0.0.