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

com.harium.etyl.core.effect.TransitionEffect Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.harium.etyl.core.effect;

public enum TransitionEffect {
    FADE_IN,
    FADE_OUT,
    SLIDE_LEFT,
    SLIDE_RIGHT,
    SPLIT_IN_CENTER,
    NONE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy