peopleconnectus / ember-concurrency-scroll

An Ember addon that provides a scrolling service that uses ember-concurrency to animate and manage window and element scrolling
MIT License
19 stars 8 forks source link

Improve API #59

Open TopsyCM opened 6 years ago

TopsyCM commented 6 years ago

This would be much more useful if it were convenient to:

The first case is currently supported by retrieving the element via the selector and then passing that to scrollToElement. The second case is only supported if you first get the current scroll position and then use scrollTo.