Skip to content

beryls/img_carousel_js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Carousel LAB

###Goal:

  • The goal of this lab is to write code that reacts to events and uses animation. It is also a good opportunity to practice various JavaScript debugging strategies.

The Image Carousel:

  • For an example, check out the Twitter Bootstrap Carousel
  • We are going to rebuild this from scratch.
  • Add event listeners for mouseover and mouseexit to change the opacity of the next and previous buttons.
  • Implement toLeft and toRight functions that will move the margin to display either the next or previous image.
  • add a slide show button that automatically cycles through the images

Bonus

  • Get the animation working so that the images slide across rather than just appearing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%