# Disable Divi Slider Image "Slide In" Effect

 [Source: Divi Booster](https://divibooster.com/disable-divi-slider-image-slide-in-effect/) 


```
.et_pb_slide_image, .et_pb_slide:first-child .et_pb_slide_image img.active {
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
}
``` 

