You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Whether or not to pause the animation (keep current frame), instead of stop the animation (frame index reset to 0). When the `isAnimating` binding value changed to false.
660
-
/// Defaults is true.
659
+
/// Whether or not to pause the animation (keep current frame), instead of stop the animation (frame index reset to 0). When `isAnimating` binding value changed to false. Defaults is true.
661
660
/// - Note: For some of use case, you may want to reset the frame index to 0 when stop, but some other want to keep the current frame index.
662
661
/// - Parameter pausable: Whether or not to pause the animation instead of stop the animation.
/// Whether or not to clear frame buffer cache when stopped.
668
+
/// Whether or not to clear frame buffer cache when stopped. Defaults is false.
670
669
/// Note: This is useful when you want to limit the memory usage during frequently visibility changes (such as image view inside a list view, then push and pop)
671
-
/// - Parameter clearBufferWhenStopped: Whether or not to clear frame buffer cache when stopped.
0 commit comments