blob: 8003ce91742053c4ca96266757b50b62818f9040 [file] [log] [blame]
package com.airbnb.lottie;
/**
* Controls how Lottie should render.
* Defaults to {@link RenderMode#AUTOMATIC}.
*
* @see LottieAnimationView#setRenderMode(RenderMode) for more information.
*/
public enum RenderMode {
AUTOMATIC,
HARDWARE,
SOFTWARE
}