We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351c9ac commit bebc5f2Copy full SHA for bebc5f2
README.md
@@ -29,6 +29,7 @@ Full angularJS carousel
29
loop="conf.loop"
30
min-width="conf.minWidth"
31
expand="conf.expand"
32
+ alwaysFill="conf.alwaysFill"
33
transition-duration="conf.transitionDuration"
34
before-slide="conf.beforeSlide"
35
after-slide="conf.afterSlide">
@@ -77,12 +78,11 @@ Default configuration is :
77
78
beforeSlide: null,
79
minWidth: null,
80
expand: true,
81
+ alwaysFill: true,
82
swipeThreshold: 100
83
};
84
```
85
86
## Todo
87
-- Fade animation
-- add code sample to online doc
88
- add tests
0 commit comments