*/
private Animation parseTranslationAnimation(final Sprite enemy,
final int keyframes, final float[] keyTimes,
final long duration, final int curve,
final Attributes attributes) {
final Vector3f t = new Vector3f();
enemy._transform.getTranslation(t);
// Get the key values
final String[] strs = parseString(attributes.getValue(VALUES), ';');