Replies: 8 comments
-
Interesting idea… we thinking about @slidy/play plug-in with similar functionality… & in templates it’s realised for slideshow behaviour… |
Beta Was this translation helpful? Give feedback.
-
Cool, sounds great. Can I help somehow? by the way do you have any idea why Slidy doesn't respond to position change? If slidy could respond to the position change made by svelte, I can build the marquee functionality outside of the Slidy package, in the svelte environment. |
Beta Was this translation helpful? Give feedback.
-
Now position it’s read only property & all navigation tied to the index…🤔 method help…🤔if you can Vue3… welcome make @slidy/vue… about marquee plug-in I need some time thinking about plug-in interface… & reactive position to 😉 |
Beta Was this translation helpful? Give feedback.
-
I see! About the plug-in & reactive position to, it would be great to make the position as a public API, because that way I can change it to my desire - and there are many creative things we can do.
What are your thoughts on this? any way to bring the position-to public? |
Beta Was this translation helpful? Give feedback.
-
Reactive About the Stay tune ✌🏻 Speed controlled by @slidy/svelte forwarding Maybe create @slidy/events plugin for forwarding needed event on target node...🤔 |
Beta Was this translation helpful? Give feedback.
-
Sounds amazing! Thank you so much for your effort |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
3.7.0 released https://github.com/Valexr/Slidy/releases/tag/3.7.0 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey
I Imagine a way of having a marquee-like, with all the benefits of Slidy (drag / scroll)
Here's an explanation:
marquee: {speed: 300, startAfter: 1000}
(speed
= the speed of the marquee. if speed is negative number like -300, it will move the to other way.startAfter
= when stops dragging, the time it takes to start the marquee again. ifstartAfter
is 0, the marquee will start immediately after use stops dragging.)Is there a way to extend Slidy to behave like this?
I'd love to contribute to this if possible, but I need a starter.
I've read here that position is bindable, but it doesn't seem to change the position of the slider itself, just the number.
Here's a repo of my test: https://svelte.dev/repl/f452f7f518454ad886977cd563b80fc3?version=3.50.0
Thanks
Beta Was this translation helpful? Give feedback.
All reactions