Slow down the appearance of the images on slides

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

.eapp-slider-media-container {
transition: 2s ease top, 2s ease opacity;
}