blob: bd75fa103dbb891912d5f140e6bef660185f6c1e [file] [log] [blame]
package com.airbnb.lottie.model.content;
public enum GradientType {
LINEAR,
RADIAL
}