Questions tagged [glow]
188 questions
7
votes
2 answers
iphone interface glow effect question
I'd like to achieve the glow effect on what I believe are UILabels (or maybe a custom control?) in this application called convert. I think the app looks pretty neat and I'm trying to achieve a similar effect for my own application
Any help?
Best…

David Homes
- 2,725
- 8
- 33
- 53
7
votes
1 answer
Android - How to make an icon glow on touch?
How to get this blue glow effect over an icon? Is there any quick way of doing it? I really don't want to use photoshop for this effect.
Any help would be really appreciated.

Varundroid
- 9,135
- 14
- 63
- 93
6
votes
1 answer
How to make a gradent constant-glow with gradient shadow button in android?
I know this topic has been discussed before but I didn't find really what I am looking for.
I have those buttons (screenshot at the bottom). Now I want to add a constant outer glow. Is there another possibility to do this than saving it as .png in…

Zhu
- 387
- 4
- 15
6
votes
2 answers
Add glow/shadow in ImageView
What I am trying to achieve:
What I am able to achieve:
Code:

Ankur_009
- 3,823
- 4
- 31
- 47
6
votes
1 answer
Applying glow effect to a square using glsl without texture
I've taken some same code from Android OpenGL tutorials, and I'm wondering is it possible to achieve the glowing effect seen here:
http://glslsandbox.com/e#25224.0
using the Square implementation below? i.e without using textures? I'd like to apply…

bobbyrne01
- 6,295
- 19
- 80
- 150
6
votes
1 answer
CSS3: Glowing background on link-hover (not text-glow)
I have a menu, containing several links. I want these links to have a glowing effect in the background when I hover them.
I have almost made it using css transition, box-shadow and a lighter background-color on the links.
The problem is that the…

Chris
- 1,597
- 4
- 18
- 26
6
votes
1 answer
Glow Effect on HTML Canvas, Potentially Using Convolute Kernel / Matrix
I am drawing a PNG image to an HTML canvas and I have implemented a filter system to allow convolute filters to be executed against the image data before it is blitted to the canvas.
Does anyone have an idea how to create a glow effect using either…

Rob Evans
- 6,750
- 4
- 39
- 56
6
votes
0 answers
how to make outer glow effect around a bitmap?
I created glow effect for my bitmap imageview. Its working but I have porblem with my outer glow color.
This is my expected design outer glow color:
http://www.flashcomponents.net/component/professional-3d-carousel-as2-and-as3.html please see the…

Karthikeyan Karthik
- 114
- 1
- 2
- 14
5
votes
2 answers
Javascript glow/pulsate effect to stop on click
I have the following Javascript to make a text link glow/pulsate continuously. This link reveals another section of the same page so I would like it to stop once the user has clicked on it.