Feature proposal: full open
See original GitHub issueIssue Description
One key piece of functionality for my app is to swipe fully open (e.g. lots of todo apps have swipe right to mark done). So this would entail:
fullOpenRightThreshold
prop, meaning if the user swipe beyond this threshold (perhaps 0.5 means half the row width), then the row will open (i.e. animate all the way to the right). Animation would ideally progress constantly at the speed of the user’s swipe, unless this would take more than 80ms or something like that. Special case: if the user swiped beyond the threshold and then changed their mind and swiped back toward the left to cancel.onFullOpenRight
callback, called when the row has opened.- luxury:
renderFullOpenUnderlayRight
- as the user approaches the threshold, this fades in over therenderUnderlayRight
content.
Any thoughts on this? Will be finishing my D&D work over the next weeks, and can attempt a PR (unless you already have something like this in the works).
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Feature Proposals/Example - OpenSimulator
This article or section is a Proposal It does not represent the current state of OpenSim, but is an idea for future work...
Read more >How to Make a New Feature Proposal
If you're thinking about making a contribution to one of the OMF's open source projects, here are some things to consider.
Read more >How to Write a Business Proposal [Examples + Template]
It can also be helpful to have an initial call or meeting with the new client to ensure you fully understand the problem...
Read more >29 Sample Proposal Templates and Design Tips - Visme
This is why we've put together a post full of stunning, professionally designed proposal templates — to help you know exactly what to ......
Read more >How to Write a Great Feature Proposal | by Fiona Podrimaj
Basically, describe the feature you are proposing to include in the project. Also, it is always a good idea to ask your designer...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yeah that makes more sense. Will update with progress.
I tested it on my phone and it feels great there too. One note: in the README it says
onChange
hasparams.snapTo
, but it should beparams.snapPoint
.