adam-codersgu / supernova

A Kotlin-based Android application that allows the user to play music from their device while custom animations fall over the album artwork of the currently playing song.
0 stars 0 forks source link

Animation origin should be random down Y axis #35

Closed adam-codersgu closed 1 year ago

adam-codersgu commented 1 year ago

Currently the playback animations start at random positions along the X axis, which is good; however, it would be good if they also started at random positions down the Y axis also

adam-codersgu commented 1 year ago

Working on branch enhancement/animation_random_y_axis_start

adam-codersgu commented 1 year ago

Completed and merged https://github.com/adam-codersgu/supernova/pull/52