Advertisement
brooklyndesignstudio

Divi Slider - Disable Slide In Effect

Nov 7th, 2018
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.16 KB | None | 0 0
  1. .et_pb_slide_image, .et_pb_slide:first-child .et_pb_slide_image img.active {
  2.     -webkit-animation-duration: 0s !important;
  3.     animation-duration: 0s !important;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement