📄️ Height
It is recommended to use a static height, although the auto height is very convenient, but it will cause bad visual effects, flashing to open the layout (if you follow the image height)
📄️ Slides Per View
Specify how many to display at a time within the visible range, or how many to display on a page
📄️ Center Mode
SlidesPerView can be used with number or auto, there is no limit
📄️ Auto Play
Loop mode must be enabled
📄️ Custom Nav
If you want to customize your own navigation buttons, you can do so. The following example includes how to overwrite styles and determine the styles for the first and last buttons.
📄️ Loop Mode
Loop mode If you move to Clone SlideItem, you need to wait for the animation(moveTime) to end before you can press NavButton
📄️ Responsive
Note that the setting here is from small to large, using the override setting method
📄️ Manual Control
Manual control navigation items Controller
📄️ Sync Control
Synchronous control navigation items, currently
📄️ Update Slide Content
If you want to change the content of the slide item, such as changing the display switching of a certain value, you can choose to play tricks on the key, or turn on the isSlideItemMemo mode, and use useMemo deps to determine whether to switch the item
📄️ Slide Video
Put videos in the sliding card, for example: youtube
📄️ Move Effect
To apply different dynamic effects during movement, we provide progress parameters. You can use the side dish moveEffectFn we provide, or use a custom method to control it.
📄️ Lazy Load
You want to lazy load images to save resources