update Carousel

update Carousel
This commit is contained in:
梁灏 2017-01-18 11:49:34 +08:00
parent e7f1cf2877
commit 5139233be1
3 changed files with 2 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

After

Width:  |  Height:  |  Size: 165 KiB

View file

@ -41,7 +41,7 @@
}, },
autoplay: { autoplay: {
type: Boolean, type: Boolean,
default: true default: false
}, },
autoplaySpeed: { autoplaySpeed: {
type: Number, type: Number,

View file

@ -61,7 +61,7 @@
z-index: 10; z-index: 10;
transform: translateY(-50%); transform: translateY(-50%);
transition: .3s; transition: @transition-time;
background-color: rgba(31, 45, 61, .11); background-color: rgba(31, 45, 61, .11);
color: #fff; color: #fff;
@ -158,7 +158,6 @@
font-size: 0; font-size: 0;
color: transparent; color: transparent;
-webkit-transition: all .5s;
transition: all .5s; transition: all .5s;
} }