Slow down the appearance of text on slide

Add this code to the Custom CSS field on the Advanced tab of your Slider widget’s settings:

.eapp-slider-slide-elements {
transition: 2s ease bottom, 2s ease opacity;
}