Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Changed slideshow animation speed
Browse files Browse the repository at this point in the history
  • Loading branch information
Leoputera2407 authored and Leoputera2407 committed Feb 4, 2018
1 parent 696f3d4 commit e3f7191
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions public/stylesheets/Awoof.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ div .form-group {
width: 100%;
height: 100%;

animation: imageAnimation 15s linear infinite;
animation: imageAnimation 8s linear infinite;

opacity: 0;
background-repeat: no-repeat;
Expand All @@ -58,19 +58,19 @@ div .form-group {
}

.slideshow li:nth-child(2) {
animation-delay: 1.5s;
animation-delay: 2.0s;

background-image: url(https://images.unsplash.com/photo-1510020553968-30f966e1ec9e?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=74431fa8893bb465f3c8a637624c112a&auto=format&fit=crop&w=2767&q=80);
}

.slideshow li:nth-child(3) {
animation-delay: 3.5s;
animation-delay: 4.0s;

background-image: url(https://images.unsplash.com/photo-1501538383113-ff3d1c43ed54?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=b52665e4c5c7db8028889302606c04b4&auto=format&fit=crop&w=1950&q=80);
}

.slideshow li:nth-child(4) {
animation-delay: 5.5s;
animation-delay: 6.0s;

background-image: url(https://images.unsplash.com/photo-1511105255968-ef36734a1784?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=b437f3be75763ba883d23fe7846d189e&auto=format&fit=crop&w=1950&q=80);
}
Expand Down Expand Up @@ -208,7 +208,7 @@ textarea {
#loading-content {
margin-top: 100px;
margin-left: 270px;
<<<<<<< HEAD


}

Expand All @@ -233,6 +233,4 @@ textarea {



=======
}
>>>>>>> 2c91ef3e5f486d2b6d444981b9f39622d9e82ea5

0 comments on commit e3f7191

Please sign in to comment.