-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Roadmap #257
Comments
Is there any plan to support external click to move to panel. For example. say there is 5 panel. I am on panel 2. Click a button, jump to panel 4. click another button, jump to panel 1 etc. In any case awesome project and thanks for the amazing work. |
Hello, @masihurmaruf :) flicking.getCurrentPanel().prev().prev().focus(duration); Here's an example: |
Is there any plan to scroll horizontally on the desktop without click and drag? |
Hello, @vasinl124 |
Thanks, do you know when it will be added? |
@vasinl124 |
First of all I would like to thank for the excellent tool!
IMHO pagination and arrow navigation are very useful features (especially when they are flexible and customizable) that Another features that should be handled first (in priority descending):
|
@gamtiq |
This is a feature I would need as well. The Options show how easy it is to recreate, say, the header section of Disney+'s home screen, but without keyboard navigation, it isn't very useful for a TV application where the remote control 4-direction (and enter key) are the only ways to move around. |
@acroyear |
I see that the Task Support dynamic option change is done. 👍 Do I something wrong? INFO: Using Version 4.3.0 |
@BenjaminBrodwolf |
is this fixed by now? I'm using the vue2 variant and give in the panelsPerView as a prop but when it's value changes, the slider doesn't update. |
getStatus
fill()
method for needPanel eventmoveToClicked
option to move camera to clicked panelvirtualTranslate
option which makes panel'sleft
or camera'stransform
CSS not to be applied.interrupt
option, which can disable user interruption while animating.nested
option for multiple Flicking instanceFeel free to leave opinions like "This feature should be handled first".
That will be a big help to us.
The text was updated successfully, but these errors were encountered: