question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature proposal: full open

See original GitHub issue

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 the renderUnderlayRight 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:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
amazingmarvincommented, Feb 5, 2020

Yeah that makes more sense. Will update with progress.

0reactions
amazingmarvincommented, Feb 10, 2020

I tested it on my phone and it feels great there too. One note: in the README it says onChange has params.snapTo, but it should be params.snapPoint.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found