From 2edd09ef9c296c687bf1fe7c6fab50ee594e4121 Mon Sep 17 00:00:00 2001 From: Nickeau Date: Sat, 19 Feb 2022 12:33:50 +0100 Subject: [PATCH] Added the perView mode This is to answer a little bit this [issue](https://github.com/glidejs/glide/issues/346) --- setup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.md b/setup.md index 641614d..f54a26b 100644 --- a/setup.md +++ b/setup.md @@ -115,6 +115,8 @@ Schema value of the `data-glide-dir` attribute must be in special format: - `={i}` - Go to zero-based {i} slide (eq. '=1', will go to second slide) - `>>` - Rewinds to the end (last slide) - `<<` - Rewinds to the start (first slide) +- `|>` - Move perView forward +- `|<` - Move perView backward #### Arrows