Overlapping views during Transition
See original GitHub issueHey! 👋 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:
- Created 5 years ago
- Comments:15 (11 by maintainers)
Top GitHub Comments
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 😃
Hey guys,
The last release v2.1.0 allows now to create overlapping transitions. You can get an example right here.
Enjoy! Anthodpnt