Top "Flicker" questions

Is a flashing effect displeasing to the eye.

How to avoid flicker while handling WM_ERASEBKGND in Windows dialog

I have a dialog that resizes. It also has a custom background which I paint in response to a WM_…

windows dialog resize gdi flicker
How to prevent a Windows Forms TextBox from flickering on resize?

There are plenty of articles addressing flicker in Windows Forms. The majority recommend setting DoubleBuffered = true or setting a bunch …

.net winforms flicker
jQuery .mouseover() (.mouseout) div is flickering

i have a problem with this code (i made a jsfiddle http://jsfiddle.net/r2y8J/). $(document).ready(function() { /*$(".…

javascript jquery mouseevent mouseover flicker
How do I force windows NOT to redraw anything in my dialog when the user is resizing my dialog?

When the user grabs a corner of a resizable window, and then moves it, windows first moves the contents of …

c++ mfc winapi resize flicker
How can I avoid flicker in a WPF fullscreen app?

I have a WPF application that is a fullscreen kiosk app. It's actually a pretty complicated app at this point, …

.net wpf flicker fullscreen
CSS3 Transform affecting other elements with chrome/safari

I have an issue where my css3 transformations are effecting other elements on the page and even causing them to …

css css-transitions flicker css-transforms
Prevent fixed position element from flickering during jQuery animation

This question lends itself to both normal jQuery and jQuery Mobile sites, as I am currently working on one of …

jquery jquery-animate css-position flicker
How to delay the display of some HTML until after javascript has loaded

When a page loads on my site, the HTML appears before the javascript, which leads to a flicker when the …

javascript flicker
How can I make my form resize more smoothly?

When resizing a form with many controls, the form looks bad because of flickering. What are some tips to have …

delphi forms resize flicker smooth
Fixed element flicker issue when using mousewheel scroll

I am trying to make the side bar become fixed at the top after scrolling to a certain point. var …

jquery css-position flicker