Updated: Add partial view of prev and next slide#167
Conversation
Add the documentation support for partial option
fix documentation
|
Good job and thanks for your contribution. 👍 I think that allowing the If you have time to make that happen, that will be great 😄 |
|
Hi @lyfeyaj Now the |
|
Thanks @intizarahmad for this useful feature. Still I have one case where I only want to display a part of the next slide, but not the previous one. |
|
Hi @ltoussaint, I am glad you found this useful. |
|
|
||
| container.style.visibility = 'visible'; | ||
|
|
||
| console.log('slidePos', slidePos) |
There was a problem hiding this comment.
Please remove console.log from source code
| } | ||
|
|
||
| function move(index, dist, speed) { | ||
| console.log({index, dist, speed}) |
There was a problem hiding this comment.
Please remove console.log from source code
|
|
||
| /** | ||
| * Setting up defaul partial Width if partial defined but erither its boolean | ||
| * of the partial does not seems to be in range of .01 to .20 |
There was a problem hiding this comment.
Found several typos in above comment
There was a problem hiding this comment.
Thanks for reviewing, I have corrected the typos
|
Hi @intizarahmad, I was fully tested features of
Video.record.2022-02-14.11.45.01.mov
Hoping these two strange behaviors can be fixed ^_^ |

Hi @lyfeyaj,
I took the reference of #2 and fixed few issues:
partialoption will support from two slides.continuousoption isfalsethe previous and next slides will not be shown if we are on first and last slide respectively.Here is the demo
Thanks