Questions tagged [glow]
188 questions
0
votes
1 answer
Glow Animation from state to state on ImageButton
I have an ImageButton which has two states (selected, not selected) and it changes the drawable using selector.
I researched to make a glow like effect I should use a AlphaAnimation, However when it starts from alpha=0, it makes the background…

urSus
- 12,492
- 12
- 69
- 89
0
votes
3 answers
how to hide glow effect?
Glow effect is working fine. my doubt is how to hide glow effect? if i click my imageview, that time only i wish to show my glow effect please how to hide and show glow effect while on click.
code:
public class MainActivity extends Activity {
…

balaji
- 1,555
- 5
- 26
- 49
0
votes
1 answer
Android - Glow Effects on Canvas
i want to make an Android app and draw on canvas with a glow effects for the circles, squares etc that i draw on it. Much like the application Art of Glow.
Art of glow http://iphonecake.com/appcake/appimg/380120815-0.jpg
This is what i have achieved…

Malik Saad Bin Tariq
- 237
- 1
- 3
- 10
-1
votes
2 answers
Unity- how to have transparent glowing material/screens
Ok I have tried unity’s glowing shaders but have not had success and am new to shaders in general- I need to achieve this effect:
Is this possible?

blue
- 7,175
- 16
- 81
- 179
-1
votes
1 answer
javascript: applyForce function error
This is from a Khanacademy project - I was wondering why when I try to apply my repulsion force from my buglight to each of the flies why does it return __env__.flies[j].applyForce is not a function.
I had been messing around with this and can't…

jj1993
- 1
- 2
-1
votes
2 answers
glow effect on all buttons, but only want it on 4
I'm making a web page (lots of them that are connected)
I have added the glow function/attribute to my buttons in CSS. The thing is I've used this;
button:hover {
border: 80px solid #ffffff;
-webkit-border-radius: 20px;
…

Rambo
- 1
-2
votes
4 answers
How can i achieve a text-glow effect in ie(7+)?
the question says it all xD
Using CSS, JQuery Or both how can i make text glow.
Is it possible?

Jai
- 2,096
- 5
- 25
- 37
-2
votes
1 answer
Best way to make a "glowing" button in android java?
I am using Android Java in Android Studio with this project. I am trying to make a pulsating shadow for my button. I want it so whenever the user clicks the wrong button, I bring attention to the button they should click by making pulsating a…

Matthew Vine
- 120
- 2
- 16