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.

Preview 7: Flickery page transitions

See original GitHub issue

Describe the bug Since upgrading from v11 preview 6 to preview 7 I’ve noticed that page transitions are very flickery:

https://user-images.githubusercontent.com/4577868/234988210-0d85f87d-a32a-49f9-be26-1d95a60245fd.mp4

The video is from a quick repro I put together based on the existing routing tutorial: https://github.com/mikegoatly/AvaloniaExperiments

I’ve tried both CrossFade and PageSlide transitions and the flickering is apparent in both.

To Reproduce Steps to reproduce the behavior:

Clone the sample from https://github.com/mikegoatly/AvaloniaExperiments, or create a new project that uses a RoutedViewHost:

<rxui:RoutedViewHost Grid.Row="0" Router="{Binding Router}">
	<rxui:RoutedViewHost.DefaultContent>
		<TextBlock Text="Default content"
						 FontSize="40"
                         HorizontalAlignment="Center"
                         VerticalAlignment="Center" />
	</rxui:RoutedViewHost.DefaultContent>
	<rxui:RoutedViewHost.ViewLocator>
		<!-- See AppViewLocator.cs section below -->
		<app:AppViewLocator />
	</rxui:RoutedViewHost.ViewLocator>
</rxui:RoutedViewHost>

Switch between views and the animations flicker.

Expected behavior The page transitions should be smooth.

Desktop (please complete the following information):

  • OS: Windows, also tried in Linux with DRM
  • Version 11.0.0-preview7

Issue Analytics

  • State:closed
  • Created 5 months ago
  • Comments:15 (10 by maintainers)

github_iconTop GitHub Comments

3reactions
kekekekscommented, Apr 29, 2023

we can’t have two contents at the same time in the content presenter

Well, it means that TransitioningContentControl needs to be changed to have two ContentPresenter instances.

1reaction
kekekekscommented, May 10, 2023

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Themed output flickering on transitions : r/ProPresenter
Hey guys, when I have this theme applied to one of my outputs and it flickers during any transition. It doesn't flicker for...
Read more >
How to fix flicker when using Webkit transforms & transitions
@gargantaun is right, Webkit flickers if the element you want to animate is bigger than the screen. But there is an easy fix....
Read more >
Caching causes render to flash if page transitions are used
This is only happening when caching is enabled, the page in question has already been visited before and transitions are enabled. If I...
Read more >
How To Make Flicker Transition Effect In Premiere Pro CC
How To Make Flicker Transition Effect In Premiere Pro CC - Tutorial ... Multicam Tutorial https://youtu.be/SRBIHembbaU split screen tutorial ...
Read more >
Re: Bridge Flickering - Page 2
Adobe Bridge flickers ALL THE TIME. I have a newer MacBook Pro. macOS Catalina version 10.15.7. I notice more when I hit spacebar...
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