All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.etyllica.commons.animation.Animation Maven / Gradle / Ivy

package br.com.etyllica.commons.animation;

import br.com.etyllica.layer.Layer;

public class Animation {

	public static LayerAnimation animate(Layer layer) {
		LayerAnimation script = new LayerAnimation(layer);
		return script;
	}
		
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy