nemomobile / lipstick-colorful-home

Homescreen for Nemo Mobile, using lipstick
20 stars 13 forks source link

Fix LauncherItem animating when first created #3

Closed special closed 12 years ago

special commented 12 years ago

QML Animations using the 'Animation on x' syntax have 'running' by default, which caused these to scale up after being created. That would cause CPU waste on rotation and scrolling, and was visible in a few situations.

Test: Scroll to the top in portrait, switch to landscape, scroll to the bottom, switch to portrait, and quickly scroll down. The bottom items will be scaling up as they come into view.