Closed gdavis closed 2 years ago
The looping forever animation of the view seems to happen even when it is not visible on screen in the collection view. Might need to manually perform the animation loop, but set a flag to track when it has appeared/disappeared to do so.
Fixed. Had to remove the SwiftUI skeleton views from memory to prevent the view from rendering while not being displayed.
The looping forever animation of the view seems to happen even when it is not visible on screen in the collection view. Might need to manually perform the animation loop, but set a flag to track when it has appeared/disappeared to do so.