Sencha Touch: lags during animation (carousel)
I have an application with few "pages" with images. When i use carousel for changin开发者_如何学Cg "pages" - it lags. And i can't understand why.
I'm guessing your browser is choking on the cpu-intensive CSS3 features involved in the carousel. They are supposed to be hardware accelerated (done on the GPU), but only certain platforms support this (iOS yes, Android not yet IIRC).
See this talk from SenchaCon 2010 on performance: http://vimeo.com/17882927
精彩评论