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.

Overlapping views during Transition

See original GitHub issue

Hey! 👋 great work on this library! Love the motivation and overall direction.

I noticed something while reading over the source code this evening though that would prevent me from using highway:

Currently, it seems that the add and remove methods of Highway.Renderer overwrite the innerHTML of the view element. This would make it impossible to create a transition where the old view and the new view are both visible on screen at the same time (i.e. the new view sliding in over the old view).

ideally, the new view would be appended to the wrapper, and the old view would not be removed until it is fully hidden.

i want to adopt highway, but unfortunately, the absence of this feature is a deal breaker for me. i would love to contribute and help with adding this feature, so let me know what you think!

cheers 🍻

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:15 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
Anthodpntcommented, Nov 2, 2018

We are is the final testing phase of the last features that are including the contextual transitions and transitions overlapping.

We cannot give you a release date yet but we are working hard to release those features as soon as possible 😃

1reaction
Anthodpntcommented, Dec 3, 2018

Hey guys,

The last release v2.1.0 allows now to create overlapping transitions. You can get an example right here.

Enjoy! Anthodpnt

Read more comments on GitHub >

github_iconTop Results From Across the Web

overlapping Views during Push transition - ios - Stack Overflow
I have a storyboard in which i am pushing one view on top of another view in the navigation controller.(Simple push Segue). I...
Read more >
| A turn transition can consist of an overlap, a gap or if no turn ...
Download scientific diagram | | A turn transition can consist of an overlap, a gap or if no turn transition occurs, a within-turn...
Read more >
Prevent Transiton Lines overlapping statuses in View ... - Jira
When modifying a workflow, or setting up a workflow, it would be good to ensure the transition lines do not over lap statuses,...
Read more >
The management of turn transition in signed interaction ...
(1974), the present article adds to this line of research by investigating in more detail those sequential environments where overlaps occur.
Read more >
How transitions are created in Final Cut Pro - Apple Support
The transition is placed so that it spans the clips; half of the transition overlaps each clip. Unused media from the end of...
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