All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.koushikdutta.ion.builder.AnimateGifMode Maven / Gradle / Ivy

package com.koushikdutta.ion.builder;

/**
* Created by koush on 8/26/14.
*/
public enum AnimateGifMode {
    /**
     * Do not animate this gif
     */
    NO_ANIMATE,
    /**
     * Animate this gif and repeat the animation
     */
    ANIMATE,
    /**
     * Animate this gif, but do not repeat the animation
     */
    ANIMATE_ONCE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy