Enum Class ImageScroller.EasingStrength

java.lang.Object
java.lang.Enum<ImageScroller.EasingStrength>
ca.corbett.extras.image.animation.ImageScroller.EasingStrength
All Implemented Interfaces:
Serializable, Comparable<ImageScroller.EasingStrength>, Constable
Enclosing class:
ImageScroller

public static enum ImageScroller.EasingStrength extends Enum<ImageScroller.EasingStrength>
Determines the extent to which we slow down as we approach a scroll limit, and also how quickly we speed up as we move away from a scroll limit. This makes for a nice and natural "bounce" effect when we scroll right to the limit, instead of just reversing direction at the same speed instantly.