Questions tagged [flicker]

Is a flashing effect displeasing to the eye. Flicker in software is caused by a computer program's failure to consistently maintain its graphical state.

865 questions
0
votes
3 answers

Website for Ipad every click weird black squares

I'm making a website for ipad, a black square always appear when I click any links or javascript buttons on my website a black square box flash and flicker around the button for 0.7-1 seconds , anybody has the same problem, very annoying if my…
0
votes
1 answer

IFrames & Adsense flicker/reload when page loads - cause and solution?

The problem here is when I have a few iframes and ads on the page - I see them flicker (like they are reloading) a few times until all are loaded. Besides looking horrible, they also also cause my ads to disappear after one or two flickers. The…
Dalton Tan
  • 485
  • 1
  • 6
  • 17
0
votes
2 answers

Flicker on jQuery fadeIn due to caching

I have this: $(document).ready(function() { $('#div').hide(); $('#div').waitForImages(function() { $('#div').fadeIn(); }); }) This works perfectly when the user first comes to the site. On refresh, however, there is lots of…
David Jones
  • 10,117
  • 28
  • 91
  • 139
0
votes
1 answer

CSS transitions in webkit

I am seeing an interesting bug in chrome regarding CSS transitions. The page flickers during the transitions. For now i have only seen this in Chrome. You can see this on my porfolio: www.dkhalife.com Just scroll down to the skills sections and…
Dany Khalife
  • 1,850
  • 3
  • 20
  • 47
0
votes
0 answers

automatic shows new data in c# using flickering

i am making a form using c# which it will shows up the data send by android. In order to make it more convenient to use, i am using timer flicker for every minutes. This will make the form auto-update. however, the flicker is a bit annoyed when it…
sara brown
  • 1,057
  • 8
  • 29
  • 46
0
votes
1 answer

Application flickering issue in android listview

I have a listview in my application and each row of the listview a frame layout with an imageview and a button above the imageview the list scrolls normally when it is scrolled by touching the image but when I scroll the listview by touching the…
Hari Nadar
  • 111
  • 1
  • 1
  • 5
0
votes
1 answer

jquery images flickering

I have a page with several image thumbnails that have their opacity set to 0.6 until the mouse hovers over it: Then, I animate the opacity to 1.0, and also show a small floater div with the title of the video that follows the cursor. Like…
pizzafilms
  • 3,829
  • 4
  • 24
  • 39
0
votes
0 answers

IE8/9/10 Issues with Using Absolute Positioning for Hovering Effect

I am not very sure how should I describe / name the problem. This problem exists at the FB 'Like" and Twitter 'Tweet' buttons, on the upper right of the sidebar. In other browsers, it works perfectly (i.e. will be displayed and usable on hover), but…
Billy
  • 1,031
  • 8
  • 15
0
votes
1 answer

Website navigation disappearing and reappearing after jQuery click (in Chrome)

When newsletter in the bottom left corner of the screen is clicked this function is run: $('#newsletterbtn').click(function() { $('#newsletterbtn').hide(); $('.sub').fadeIn('slow'); $('#email').fadeIn('slow'); …
Daniel Takyi
  • 159
  • 1
  • 9
0
votes
1 answer

Preventing page flicker when changing visibility of objects

I have a button in my page, which when clicked makes visible (using back-end code) a Login Control. However, it doesn't just appear as I would wish, it actually flickers onto the page which is quite annoying. Is there any way to prevent this?
Andre C
  • 457
  • 1
  • 9
  • 26
0
votes
1 answer

flicker issue but don't want to use CLIPCHILDREN style

I have a toolbar, on which there are some static child control which display text (e.g: "Find"... ). There are 2 edit control on this toolrbar. When I resize the main window, I got flicker on some part of the toolbar. So I tried to use…
user565739
  • 1,302
  • 4
  • 23
  • 46
0
votes
1 answer

ASP.NET Flicker in IE

I'm new into developping an asp.net website and when I navigate from page to page or just click on my own section menu, it's flickering in IE9 (didn't tested other IE version yet), but not in Firefox. I searched over the Internet and found this…
Shadowizoo
  • 147
  • 1
  • 2
  • 17
0
votes
2 answers

How to use the Control.Update method in a custom control

I'm going to post my code first since it is short and easy to understand, then i'll ask my question. public class BatteryLabel : Control { private Color _captionColor = SystemColors.Control; private Color _textColor = SystemColors.Info; …
Robert Snyder
  • 2,399
  • 4
  • 33
  • 65
0
votes
1 answer

Avoid flicker on load / custom jQuery tabs

I´m using some jQuery to make tabs on a page. My problem is that if you are on a somewhat bad connection, the areas that are hidden by the script flickers and shows before going into hiding. If someone could help me modify this script to avoid this…
Johan Dahl
  • 1,672
  • 3
  • 19
  • 35
0
votes
1 answer

jQuery hide() flicker

I have a PHP script which runs validation on a form with some inputs. I wanted to hide() the errors then have them fade in (rather than just have them appear) once the page reloads. The issue i'm having is that, although the script works...I get a…
Adam
  • 339
  • 3
  • 14