Arlodotexe / strix-music

Combine any music sources into a single library. It's your music. Play it your way.
http://www.strixmusic.com
139 stars 4 forks source link

Implemented animation on albumcollection on all "Collection view" which is showing albums in Zune. #80

Closed amaid closed 2 years ago

amaid commented 2 years ago
  1. Fade animation implemented on AlbumCollection on Zune Shell.
  2. The animation is triggered whenever user navigate to any "Collection View" that is showing albums.
  3. The animation is triggered when changing selection from QuickPlay to Collection item of zune.
amaid commented 2 years ago

Animation demo video attached.

https://user-images.githubusercontent.com/15306909/158031237-b0408030-e113-439d-a461-ae3ef3d6e703.mp4

amaid commented 2 years ago

The code looks okay, but comparing it to the original app the animation seems to run slower in Strix than it does in the original. Let's get that fixed so we don't need to revisit it.

Fixed