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

com.jwebmp.plugins.particlejs.options.ParticleMoveOutMode Maven / Gradle / Ivy

The newest version!
package com.jwebmp.plugins.particlejs.options;

/**
 * string
 * (out of canvas)
 */
public enum ParticleMoveOutMode
{
	out,
	bounce
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy