blob: 98859a05b6ebc5947afb310272dc679c0e9840b7 [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
}