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
/// Whehter or not to enable incremental image load for animated image. See `SDAnimatedImageView` for detailed explanation for this.
318
-
/// - Note: If you are confused about this description, open Chrome browser to view some large GIF images with low network speed to see the animation behavior.
319
-
/// Default is true. Set to false to only render the static poster for incremental animated image.
320
-
/// - Parameter incrementalLoad: Whether or not to incremental load
/// The runLoopMode when animation is playing on. Defaults is `.common`
328
317
/// You can specify a runloop mode to let it rendering.
329
318
/// - Note: This is useful for some cases, for example, always specify NSDefaultRunLoopMode, if you want to pause the animation when user scroll (for Mac user, drag the mouse or touchpad)
0 commit comments