It seems the latest changes in the `VideoPreview` have also mistakenly partly changes the transition done by the component. Consider the following case: 1. Open the `Videos` view 2. Preload two desired categories 3. Switch back and forth between those two categories Results: `master`: https://user-images.githubusercontent.com/12646744/110306241-e2980880-7ffd-11eb-9017-471116dbb86d.mov `sumer`: https://user-images.githubusercontent.com/12646744/110306280-f2afe800-7ffd-11eb-8397-b3190807cffc.mov As you can see the transition when changing the category is gone. We should reintroduce it
It seems the latest changes in the
VideoPreviewhave also mistakenly partly changes the transition done by the component.Consider the following case:
VideosviewResults:
master:Screen.Recording.2021-03-08.at.11.01.24.mov
sumer:Screen.Recording.2021-03-08.at.11.01.10.mov
As you can see the transition when changing the category is gone. We should reintroduce it