public Widget animate(WidgetAnim type, float value, short count, short ticks, boolean repeat) { animate(type, value, count, ticks, repeat, true); return this; }
public Widget animate(WidgetAnim type, float value, short count, short ticks) { animate(type, value, count, ticks, true, true); return this; }