mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Update front.jade
Increased time for carousel sliding from 4 seconds to 10 seconds. 4 seconds too fast for user to full read all the information, 10 seconds is not too slow but not too fast.
This commit is contained in:
parent
cfc8ff96e6
commit
26c1003f4a
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ html(ng-app='habitrpg', ng-controller='RootCtrl')
|
|||
img.img-say.img-responsive.visible-lg-block(src='https://s3.amazonaws.com/habitrpg-assets/front/images/uses/publicSpaces.png')
|
||||
// Testimonials
|
||||
.col-md-8.col-sm-10.col-sx-10
|
||||
#quote-carousel.carousel.slide(data-interval='4000', data-ride='carousel')
|
||||
#quote-carousel.carousel.slide(data-interval='10000', data-ride='carousel')
|
||||
// Bottom Carousel Indicators
|
||||
ol.carousel-indicators
|
||||
li.active(data-target='#quote-carousel', data-slide-to='0')
|
||||
|
|
|
|||
Loading…
Reference in a new issue