forked from felipe-pereira/angular-carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
38 lines (36 loc) · 1.53 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Carousel v2:
Base features:
✔ basic ngRepeat @done (14-01-04 20:22)
✔ ngRepeat with filter @done (14-01-04 20:54)
✔ ngRepeat with filter and track by @done (14-01-04 20:59)
✔ template based only @done (14-01-04 20:22)
Bindings:
✔ should have a carousel-index binding @done (14-01-04 20:22)
Buffering:
✔ should optionnaly buffer the carousel DOM @done (14-01-04 20:22)
Indicators:
✔ should have optional indicators @done (14-01-05 01:56)
✔ indicators should be clickable @done (14-01-05 01:56)
☐ indicators should be customizable
Animations:
☐ should have some builtin animations
☐ should be able to customise animations
☐ animation should occur on individual slides instead of container
☐ use % instead of pixels
Bugs:
✔ bug when rn-carousel-index change while animation from outside @done (14-01-05 02:19)
☐ handle touch cancel
✔ initial index position not respected @done (14-01-07 23:51)
Advanced:
☐ optional loop
☐ infinite carousels with slide generators (prev/next+load)
✔ optional auto-slide @done (14-07-24 23:35)
Tests:
✔ setup karma @done (14-01-05 00:15)
Tooling:
✔ update grunt @done (14-01-04 22:09)
✔ add autoprefixer @done (14-01-04 22:09)
☐ template with code samples for the demo page
☐ automate version bump
Docs:
✔ README update @done (14-01-05 02:19)