This tag is about stuff that blinks.
20
votes
4answers
37k views
jQuery “blinking highlight” effect on div?
I'm looking for a way to do the following.
I add a <div> to a page, and an ajax callback returns some value. The <div> is filled with values from the ajax call, and the <div> is ...
8
votes
12answers
15k views
jQuery Mobile blinking at page transitions on iPad
I have a web app built with jQuery Mobile that works fine when using it in Safari on an iPad. However, when you add it to the home screen to use it as a standalone app (with the browser navigation ...
7
votes
4answers
2k views
SWT and blinking
I need the ability to have a blinking (red, maybe more colors) background for rows in a TableViewer/TreeViewer. What are the best options?
There may be more than one row blinking, the blinking MUST ...
5
votes
3answers
808 views
Java applet blinking on Mac
EDIT 2: This problem is very weird. The issue does not occur on every platform. It occurs for me in Google Chrome, using MacOSX, but it doesn't occur in Safari. For a friend that uses Windows, on ...
3
votes
4answers
1k views
css: avoid image hover first time blinking
I have a button that changes the image when hovered.
Actually, that's a href with a class class-btn that contains a background-image. When hovered, it has
`a.class-btn:hover`
{
...
3
votes
4answers
2k views
Best method to get text to blink in iPhone OS?
I want my text box to blink (like the old LCD clocks) and right now I'm calling a myriad of NSTimers and selectors that wait, change the alpha, wait, then change it back. Even with this it looks ...
3
votes
4answers
3k views
Disable blinking cursor in UITextField?
I've followed the instructions here and succesfully set up a UITextField that gets updated with a UIDatePicker. However the cursor in the UITextField is blinking, which seems quite a bit awkward to ...
3
votes
2answers
511 views
“Particle Emitter JavaScript Library for jQuery by Erik Friend” hover blinking cursor
I'm using the Particle Emitter JavaScript Library for a nav menu on a new website, and i'm having an issue.
When I hover a tag, the cursor is blinking between the hand and the arrow. The a:hover is ...
3
votes
1answer
2k views
Can I change the blinking caret in a form/text area in a browser?
I want to have a custom text caret in my text field for my web page. I would like to have an old school block type blinking caret. Is this possible?
3
votes
1answer
362 views
IE8, IE9, IE10 Blinking Cursor Issue
I am making an editor which shows a toolbar on some text selection. The issue that I am facing in IE is that the blinking cursor still shows above the toolbar.
This is specifically happening in IE. ...
2
votes
3answers
3k views
jQuery: blink effect when receiving new data
I'm writing a "search for games"-application where I use jQuery to automatically fetch new game requests via php which prints out rows from a MySQL table.
What I wanna do is make new requests blink ...
2
votes
3answers
5k views
jQuery - fadeIn(), fadeOut(), animate(), stop() and blinking
When "hover" triggers this code:
jQuery('#test').animate({opacity: 1},300);
And user hovers and unhovers very quickly the "#test" item blinks for a long time (of course opacity is being animated to ...
2
votes
3answers
3k views
jQuery animated hover blinking out of control
Hey good people of this forum..
I'm using the following code as a hover-function on thumbnails:
$(function (){
$('.button').hover(function(){
...
2
votes
1answer
321 views
How to clear interval of clicked element
I am using http://www.antiyes.com/jquery-blink-plugin for blinking images on my document.
Code of that plugin is
(function($)
{
$.fn.blink = function(options)
{
var defaults = { delay:500 ...
2
votes
2answers
2k views
Blink/Flash effect or animation in gwt
I'm building an web intra-net application which has the need for a flashing/blinking button (this has been discussed in depth and is our design decision so please do not lecture me about it). Our UI ...
2
votes
1answer
209 views
Backfround blink in UIWebView on vertical scroll in ios 6
I using UIWebView with -webkit-column-* and using vertical scroll ( window.scrollTo(X, 0); methood ) for changed page.
All worked very good in ios4.3 and ios5. But in ios6 when scrolling I see blinks ...
2
votes
1answer
604 views
C# Drawing - best solution
I'm new here, but lot's of problems I solved, when I googled on this site.
Today I try to solve problem with blinking panel, when I drawing onto it. Lot's of threads I read, like these
how to stop ...
2
votes
1answer
398 views
Smooth annotation movement on OS 4
To move custom annotations in my MKMapView class, I remove all annotations first and add them (which are placed in new locations) again every second. It was perfectly working on iOS 3 but when I ...
1
vote
2answers
305 views
Blink Text for so many seconds - then disappear
I'm trying to fade in / out text and then after so long stop the function. For the most part when a user comes online it should say that user is online, then disapear after awhile. Right now it just ...
1
vote
1answer
200 views
the showdialog refocus effect custom call
Is there a way to let the form blink, like the ShowDialog when it loses focus?
When you call showdialog on a windows forms and you try another action the form blinks for a few second and the ...
1
vote
2answers
292 views
Put code inside a loop to exit the loop after any mouse click
On a Userform, I'm blinking a frame Off/On by toggling its visiblity. It blinks a variable number of times and then stops, but in between blinks it checks for user activity. If there has been a ...
1
vote
1answer
3k views
How to make shapes “blink” or change colors in Java?
I'm trying to learn how to draw a shape, and be able to a) draw it, "freeze" or something the prosess, draw it in the color of the background, and then re-draw it in the original color and b) draw a ...
1
vote
1answer
27 views
Looping elegantly the message SOS in Arduino LED blinks
I am trying to make my Arduino blink "SOS" in Morse Code as my first real programming project ever.
I have succeeded in doing so, however now I would like to more efficiently write the code. Here is ...
1
vote
0answers
44 views
How to Blink a line on a map similarly like a point blinking on map through lat lon points
how to blink a line on a map which is formed by lat lon points through linestring from database the points(lat,lon) comes which is stored in form of MultiLineString.
similarly like how a point ...
1
vote
1answer
295 views
Quickly (100Hz or more) blinking of camera flashlight LED
I am trying to write a variable brightness flashlight app by using PWM (might use it for communication later). For that I need fast switching of the camera LED (say 100-200Hz), which is not possible ...
1
vote
2answers
822 views
IE doesn't display blinking cursor on pre-filled input fields
In all versions of IE, I've noticed that if I have an input field with a preset value, the blinking cursor will not display when I hit tab to focus the field (though the field does focus and I can ...
1
vote
0answers
421 views
How to remove/hide blinking cursor randomly appearing in label/td fields?
This seems to only happen in IE8...its really a no biggie but our client is asking to remove/hide it since its getting annoying. Everytime I check/uncheck a checkbox in a section of a form, one of the ...
1
vote
2answers
324 views
Blinking control object in jQuery
I'm trying to make an object to start/stop blinking (with fadeIn() and fadeOut() for an object in jquery.
I already have a method blink() that makes the element blink once, and it works, but I'm ...
1
vote
2answers
429 views
how to edit blinking cursor on website input forms?
How can one edit the standard blinking cursor on website input forms without using flash? Or is flash the only way?
1
vote
0answers
1k views
create a blinking cursor
I would like to create a caret for a textarea like the one here:
http://www.dynamicdrive.com/forums/showthread.php?p=74576#post74576
it works great if I want a white background but when I changed it ...
1
vote
1answer
770 views
JQUERY Focus, sometimes ends up making the blinking text cursor Disappear
Anyone know why .focus() makes the cursor go away but it comes back when you click in the text input box?
1
vote
1answer
706 views
Title-changing effect/window event listener does not work
I tried to search but could not find out anything useful. This is a piece of code for my Greasemonkey script. Basically, I want to have the same effect as Gmail. When the page loads and you have new ...
0
votes
4answers
870 views
image fadein without blink with jquery
I am trying to fade in an image when I click on a link, but that gives me a "blink" on every fade. Is there anyway to avoid this blink and just have a clean fadeIn?
This is my current code:
function ...
0
votes
2answers
349 views
how to implement flashing effect for UIButtons as like iPhone music player play button effect? [closed]
i need to implement flashing effect for my UIButton when button click action as like iPhone default music player play/pause button effects?
what is the best method, UIViewAnimation?
help me with some ...
0
votes
2answers
2k views
How to make button blinking infinite, but with possibility to stop at anytime
I need to make button to start blinking after some other elemment trigered it, for example checking the checkbox - see the code below:
<label>I agree with the terms</label>
<input ...
0
votes
2answers
63 views
Multi-Threading Glitch
Hi I have a program that uses a label called Valve and a textbox called Variable
The gist is that if the Variable = 0 then the label colour is gray,
If the Variable = 1 then the label uses a thread ...
0
votes
1answer
111 views
How can I randomly select an Arduino pin output?
I have a series of eight LEDs that I'm trying to fade in and out randomly, starting from ON. Here's where I am so far.
#define LED1 2
#define LED2 3
#define LED3 4
#define LED4 5
#define LED5 6
...
0
votes
2answers
890 views
flex- blinking of primitive(lines/rect), images and text
We are building a visual learning program and need to display the "question content" with highlights- we were considering using blinking text, primitives and images.
We don't want to use timer, ...
0
votes
3answers
1k views
http GET parameter SOMETIMES missing when using jsf
i have a servlet filter that handles errors for both vanilla servlets and jsf pages.
if an error is detected the user is redirected to an error page where he can give feedback.
then i try to read ...
0
votes
1answer
35 views
how can i get text to blink in jtextpane?
I have this code where i add a string into a JTextPane (textArea is not editable), and this string needs to blinking. How can i add this kind of feature in this context?
try{
...
0
votes
1answer
33 views
WPF blinking foreground label
I'm trying to make the foreground of a label blink. I tried the following code but I get the following exception and I don't know how to solve it.
'System.Windows.Media.Animation.ColorAnimation' ...
0
votes
1answer
69 views
LibGDX blinking.
I've used the LibGDX UI Setup to start a project.
The only thing I have in the implements ApplicationListener is:
public void create() {
setScreen(new LoadingScreen(this));
}
This ...
0
votes
2answers
119 views
Blinking image in table cell
I want to have a blinking image (swaps between two images) in table cells.
What seemed most natural to me is as follows:
Set a NSTimer to goes every .5 seconds, calling -blink:
In -blink: I toggle ...
0
votes
1answer
197 views
Is it possible to stop a page blinking when it reloads?
I've got my page set up to auto refresh/reload after 10 secs because there is live data being shown. Is there anyway the blinking can be stopped? Most people say its down to your computer speed but ...
0
votes
1answer
147 views
NSTableView and NSOutline selected item blinks when its scrolls using keyboard arrows
When I use view-based NSTableView or NSOutlineView and try to scroll items using keyboard arrows, then selected item blinks each time the selection jumps to the new item (especially when newly ...
0
votes
4answers
944 views
Create a blinking button in android
I want to create a blinking button in android, which should start blinking with x time interval and after each 5 seconds its blinking speed increases till some max blinking value.
So far I have tried ...
0
votes
1answer
934 views
Drawing-application with SurfaceView (android)
i have a problem with simple drawing application on android,
here's my class which is extending SurfaceView:
public class SomeView extends SurfaceView implements SurfaceHolder.Callback {
private ...
0
votes
3answers
342 views
Xcode 4 How can I make the screen flash on & off quickly
I have search to find and try NSTimer using a black window and a white window, one on then the other but NSTimer flashes too slowly only offering 1 second intervals. I need the screen to flash (blink) ...
0
votes
1answer
510 views
Blinking icons in a system tray and GnomeShell
So, I have few programs (Pidgin and Evolution Alarms) which are in a tray and blinks after notification. The problem is, that they are hidden (becouse panel is autohiding). So when I come to the ...
0
votes
1answer
222 views
Blink a label inside a repeater control
I have a label in a ItemTemplate in a Repeater control. I want the text of the label to blink on certain conditions. How do I do that? I am using asp.net 3.5.
