Naotoshi Fujita
|
4b4cabb3ad
Skip the dimension check to resize a carousel after generating clones.
|
3 years ago |
Naotoshi Fujita
|
8bf25a6fd2
Manually call the `resize()` method after generating clones to ensure a carousel is resized.
|
3 years ago |
Naotoshi Fujita
|
7b29da3420
Implement the "overflow" feature.
|
3 years ago |
Naotoshi Fujita
|
5b2eb73a1b
Add the `compact` option.
|
3 years ago |
Naotoshi Fujita
|
e0227f4710
Exposes the internal method `update()`.
|
3 years ago |
Naotoshi Fujita
|
2586acd529
Expose the `check` method to manually check whether to load near images.
|
3 years ago |
Naotoshi Fujita
|
8aff0998b4
Bug Fix: Rarely the loop carousel rewound itself.
|
3 years ago |
Naotoshi Fujita
|
514a2ccff2
Refactoring with `Media#set()`. Add `transformIgnorePatterns` to fix the issue that jest fails to rename caches.
|
3 years ago |
Naotoshi Fujita
|
3449e06e86
Performance optimization. Keep user options after breakpoints hit.
|
3 years ago |
Naotoshi Fujita
|
ad74200f54
Add the "svelte" field. Export some constants.
|
3 years ago |
Naotoshi Fujita
|
453ae886e2
Make `label` and `labelledby` options responsive for destruction.
|
3 years ago |
NaotoshiFujita
|
8764462b29
Use the `focus-in` custom class instead of `:focus-visible` to display a focus ring.
|
3 years ago |
NaotoshiFujita
|
29bca37273
Reduce the code size. Refactoring.
|
3 years ago |
NaotoshiFujita
|
604a4d9b04
Bug Fix: The `role` of the root element must not be updated.
|
3 years ago |
NaotoshiFujita
|
e3b2670643
Reduce the file size. Fix lint errors.
|
3 years ago |
NaotoshiFujita
|
edbaf53125
Bug Fix: Could not reach to the first/end slide if `trimSpace: true` and `rewind: true`.
|
3 years ago |
NaotoshiFujita
|
27ecadf03a
Optimize performance and Refactoring.
|
3 years ago |
NaotoshiFujita
|
cd1c185304
Remove slider styles. Change the target of the toggle button.
|
3 years ago |
NaotoshiFujita
|
4dac4bee1f
Add `reduce()` method to Media and refactoring the code.
|
3 years ago |
NaotoshiFujita
|
dd717a21c2
Use a prototype for options.
|
3 years ago |
NaotoshiFujita
|
ff79c0cc7f
Bug Fix: `width` and `height` were not restored by breakpoints.
|
3 years ago |
NaotoshiFujita
|
67cf5c9010
Refactoring.
|
3 years ago |
NaotoshiFujita
|
a215e2406f
Flatten the `wheel` option.
|
3 years ago |
NaotoshiFujita
|
a3a6f7fb4e
The `direction` option becomes responsive. Add the `paginationDirection` option.
|
3 years ago |
NaotoshiFujita
|
2130350d05
Arrows and pagination can be placed anywhere in the slider.
|
3 years ago |
NaotoshiFujita
|
ac4f590ca7
Calculate the valid dest index before calling `move()`.
|
3 years ago |
NaotoshiFujita
|
c323055b28
Clean up. Add `snap` and `paginationKeyboard` options.
|
3 years ago |
NaotoshiFujita
|
d6f088f31e
Update test cases.
|
3 years ago |
NaotoshiFujita
|
80445b6723
Revised the internal event system by utilizing native events.
|
3 years ago |
NaotoshiFujita
|
f2de1cd5eb
Refactoring.
|
3 years ago |