Transition flickering with 2.1.7
See original GitHub issueRelated issue was raised by StarpTech in vue-admin yesterday. Repo example is based on vue-router example… The workaround is
Add attribute
enter-class="fadeIn"
intotransition
or
Change vue.js back to 2.1.6
Vue.js version
2.1.7
Reproduction Link
http://codepen.io/anon/pen/RozKBz
Steps to reproduce
Switch the view between Foo and Bar by hitting the a
links.
What is Expected?
Transition works fluently.
What is actually happening?
View flickers during transition.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Transition Flickering - Adobe Support Community - 10471246
So I am trying to edit a project, but every time I put a transition in it seems to flicker or flash kinda...
Read more >Does anyone else get this weird screen flicker when switching ...
Does anyone else get this weird screen flicker when switching to a game with HDR? Also happens when booting up console from fully...
Read more >iMovie Photo Slideshow -- photos `flicker… - Apple Community
I would recommend that you put a check on the box to automatically add transitions, and leave the transitions as "cross-dissolve", 5. seconds....
Read more >output flicker — Inklen Forum
It could be a number of things. Do you have frame blending enabled in the Preferences? There used to be a bug with...
Read more >Chrome bug: When I scale an element with background image ...
... the image is flickering when it scaled down with a smooth animation: When I add as an img element, it looks good...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@sqal I’ve reverted it to the old behavior and your use case should work as expected in the next release.
@yyx990803 Thanks alot for dealing with this issue!