elisejc2 / demo-architect-website

demo website for Mr Sponseller
0 stars 0 forks source link

TASK-7: modify carousel slide transition #15

Closed elisejc2 closed 2 days ago

elisejc2 commented 2 days ago

Modify carousel slides (found in works.html) so that it does changes to the next img when clicked by user w/o sliding transition effect.

elisejc2 commented 2 days ago

Change was achieved by adding Bootstrap class "carousel-fade" to parent element of carousel in works.html. CSS transition speed was decreased from 0.5 to 0.2 seconds to increase transition speed (found in works.css).