GLanim(animsID_default, frameRate, true);
}
AnimationGLHandler anim = GLcurrentAnim;
if (anim instanceof AnimationGLHandler) {
refreshAnimProperties(null, anim, reversed, frameRate, null);
anim.runValidate();
}
}
/**
* @see AnimationGLHandler#setFadersEnabled(boolean)