Slider Description Animation (Top to Bottom)
https://cssanimate.com
.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_content {
animation: animationFrames ease 2s;
animation-iteration-count: 1;
transform-origin: 50% 50%;
animation-fill-mode:forwards; /*when the spec is finished*/
...
divicode.hashnode.dev1 min read