Questions tagged [glow]
188 questions
3
votes
2 answers
How to make a flashing div?
I need a div to glow from a color to another and vice-versa. This is what I did using shadow animation jQuery Plugin: jsFiddle and it works well... but when I refresh the page it doesn't load and I get this error:
Maximum execution time of 30…

laviku
- 531
- 12
- 32
3
votes
0 answers
Android glowing seekbar
I want to make a seekbar that has a glowing effect like that. I tried a lot of tricks. I could make it to be glow but not the left side. I tried to cut the left side and put it next to the seekbar but the resolution did not mach and it is an ugly…

loree
- 49
- 5
3
votes
0 answers
Outer Glow around 2D object using three.js
I have a screen full of tiled/stacked triangular pieces of 2D "paper" using three.js. The objects are added at random positions/intervals and are positioned very close to each other on the z-axis so they don't stack too high.
I have the lighting…

RANGER
- 1,643
- 2
- 17
- 31
3
votes
1 answer
In java, is there any simple way to add 'glow' to text on a swing component?
What would be the easiest way to make plain text on a swing component have a glowing effect in the background?
Example: From ->
The difference may not be that noticeable but there's definitely a glow in the second image. Thanks in advance. And by…

injectv
- 55
- 7
3
votes
1 answer
Glowing image with jQuery/Javascript
I have two images. One that is normal, and another that is more colourised. I want to have this image displaying on top of the other and having a "glowing" effect where it switches between transparent and opaque every second or so. I also need to…

danieljmt
- 37
- 1
- 6
3
votes
0 answers
cocos3d line glow effect
I'm using cocos3d 7.0 (that is, a 3d extension for cocos2d) on iOS 3.1 which has only GLES 1.1.
I want to draw a line in space with a glowing effect. Ideally, it has to look like a line on the second image in Opengl ES 1.x glowing effect in iOS. But…

lost_guadelenn
- 447
- 4
- 14
2
votes
1 answer
Is there any way to force overscroll glow effect in android?
I am developing an application, in which there are scrollviews.
In the emulator, the overscroll effect is shown, in an HTC Legend it is shown, but in my Samsung Galaxy S2 its not... (I DO have gingebread, with overscroll glow enabled).
I like this…

RE6
- 2,684
- 4
- 31
- 57
2
votes
1 answer
A glow effect on html5 canvas?
Is it possible to add a glow effect to an already drawn canvas without having to calculate it myself? (Using gradients, shadow or something...)
I have tried adding a glow by drawing the canvas as an image to a different canvas and drawing it back…

Shedokan
- 1,212
- 1
- 10
- 21
2
votes
0 answers
How to create neon text (text glow effect) effect in WinUI 3?
I would like to understand how you can create such an effect, in which the text in the TextBlock / RichTextBlock elements will glow like neon, or at least just glow. To achieve this effect, I need to stroke the text and also give it a colored…

Георгий Попов
- 27
- 4
2
votes
1 answer
Glowing the time in iPhone programming?
How can I get the Glow like in Image, I need proper guide, I tried a lot, but it is glowing but not as it is shown in picture.
please help

Chatar Veer Suthar
- 15,541
- 26
- 90
- 154
2
votes
1 answer
How to remove duplicate element in struct of array pyspark
I have column in dataframe is called "INFO_CSQ". I want to delete any duplicated element in struct that make me can't use command df.select("INFO_CSQ.xxx") because ambiguous reference.
If you want more information please feel free to ask me. I will…

phumidea
- 45
- 4
2
votes
2 answers
Create label with the same properties as the title
Note how the letters of the title of my window glow:
How could I create a label with the same effect?

Tono Nam
- 34,064
- 78
- 298
- 470
2
votes
2 answers
Is it possible to create a glow effect in C# 2.0?
I would like to create an outer glow effect on a UserControl derived class in c# 2.0 (WinForms). Is this (easily) possible?
If yes, please show me how :)
What I mean with "glow effect" is something like this:

Bart Gijssens
- 1,572
- 5
- 20
- 38
2
votes
0 answers
Is there a way to achieve a glow effect on a Layout?
I need to do this effect on a layout like the following :
I tried with gradient on a shape, shadows, https://developer.android.com/reference/android/graphics/drawable/NinePatchDrawable ,…

Nicolas Piot
- 29
- 2
2
votes
3 answers
Firefox button outer glow with CSS
Is there a way to make an outer glow in Firefox using a CSS :focus rule? (similar to what Chrome already has)

700 Software
- 85,281
- 83
- 234
- 341