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.

Smooth layout changes with Transition API

See original GitHub issue

New Transition API looks like great alternative to LayoutAnimation API, but when elements appear/disappear, we do not have smooth changes of other elements, that being affected via layout changes, even with scale type. In case of LayoutAnimation there is no such a problems and also in case of Transition.Change, we also have smooth experience, the only problem is elements’ appearance/disappearance.

Any ideas on how we can mimic LayoutAnimation’s behavior with new Transition API?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
todoronecommented, Dec 19, 2019

Thanks for attention. Sure, will try to find time on a weekend to create repro snack.

0reactions
jakub-gonetcommented, Jul 28, 2020

We discussed Transitions internally in our team. Considering that v2 makes creating animations easier and Transitions was an experimental API for a long time, we decided to leave Transitions as they are.

We won’t actively fix bugs in them, but we’ll happily merge any PR with fixes. We’re also thinking about rewriting Transitions in v2 sometime in the future.

I’m closing this issue, but if you have further questions, I will be happy to help.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Smooth and simple transitions with the View Transitions API
The View Transition API makes it easy to change the DOM in a single step, while creating an animated transition between the two...
Read more >
Animate layout changes using a transition - Android Developers
Animate layout changes using a transition ; Group-level animations: Apply one or more animation effects to all of the views in a view...
Read more >
Smooth layout changes with Transition API · Issue #264 - GitHub
New Transition API looks like great alternative to LayoutAnimation API, but when elements appear/disappear, we do not have smooth changes of ...
Read more >
Smooth Page Transitions with Astro & the Shared ... - YouTube
Smooth Page Transitions with Astro & the Shared Element Transition API. Watch later. Share. Copy link. Info. Shopping. Tap to unmute.
Read more >
Shared element transitions or how to fight Cumulative Layout ...
This API allows a smooth transition between this list and a details view. The excellent article “Smooth and simple page transitions with the ......
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