Bad scroll performance — Famo.us/Angular scrollview -
i'm experiencing bad scroll performance on mobile devices famo.us scrollview
. i'm using famo.us/angular
. here's code used:
<fa-app> <fa-scroll-view fa-pipe-from="eventhandler"> <fa-view ng-repeat="item in items" class="item"> <fa-surface fa-pipe-to="eventhandler" fa-background-color="'#fa5c4f'" fa-size="[undefined, true]"> <img ng-src="{{ item.src }}" /> </fa-surface> </fa-view> </fa-scroll-view> </fa-app>
scrollview
options set default. of famo.us demo videos show utterly smooth scroll. however, i'm unable translate practice. since, have not modified scrollview
options , working off barebone template, wonder what's causing this.
even javascript code slow no content! check out demo. performance extremely bad , think need think twice before using it.
Comments
Post a Comment