peopleconnectus / ember-concurrency-scroll

An Ember addon that provides a scrolling service that uses ember-concurrency to animate and manage window and element scrolling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API change proposal

Turbo87 opened this issue · comments

Instead of

this.get('scroller.scrollToElementId').perform(...arguments);

I would suggest to use

this.get('scroller').scrollToElementId(...arguments);

and have that method perform() and return the task 🤔

/cc @trabus