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