Questions tagged [glow]

188 questions
4
votes
1 answer

How can I put a Twitter-like fade-in glow around an HTML text input field?

I know a glow around input fields is standard, but Twitter manages to fade it in smoothly. I've been looking around but can't seem to find a solid way to achieve this. How is this done?
Sten Van den Bergh
  • 1,565
  • 2
  • 13
  • 20
4
votes
1 answer

How to make text glow programmatically (via code, not xml) in android?

I want to know how to make my text glow in android, I know how to do via xml with some attributes, like…
Ricardo A.
  • 685
  • 2
  • 8
  • 35
4
votes
1 answer

THREEJS Outer Glow to Plane Primitive

Anyone know how or have an example of a glow on a plane primitive (planemesh? /mesh) in THREEJS? I've googled and found glows for a cube and sphere but these are more like encasing the object/mesh inside another object which has a transparent…
Darcey
  • 1,949
  • 1
  • 13
  • 22
4
votes
2 answers

Making a glow node in SceneKit

I have a node (just a simple node with an SCNCapsule geometry, just to be more specific) and I want it to glow just like a Star Wars lightsaber: I have tried to add a child node with same geometry, just a little bigger, opacity of 0.5 and different…
Alec Firtulescu
  • 543
  • 6
  • 18
4
votes
1 answer

glowing text on button with transparent background in layout with other background

I want to make text glow, like in this question, but on a text of a button with transparent background in a layout with other background (png from drawable). Is there a way to do this? Is the solution up to day? I tried a simple test on my 4.1.2…
lis
  • 670
  • 1
  • 13
  • 32
4
votes
1 answer

How to set outer glow effect on ImageView?

I have tried this. but it is not working this on ImageView. but this code is not setting any outer glow on Image. android:shadowColor="#7ccb16" android:shadowDx="0" android:shadowDy="0" android:shadowRadius="3" guide me how do I do…
Pankaj Kharche
  • 1,329
  • 4
  • 15
  • 37
4
votes
3 answers

How do I get my links to glow on :hover with CSS3?

Possible Duplicate: Glowing Text (HTML CSS) So I'm looking for a 100% css solution for a text glow effect. I tried text-shadow but I couldn't get it looking how I wanted. I was able to achieve the effect with box-shadow. However, that only glows…
Brian Peters
  • 297
  • 1
  • 3
  • 17
3
votes
2 answers

iOS: Smooth button Glow effect by blending between images

I am creating a custom button that needs to be able to glow to a varying degree How would I use these pictures to make a button that 'glows' the diamond when it is pressed, and have this glow gradually fade back to inert state? I want to churn…
P i
  • 29,020
  • 36
  • 159
  • 267
3
votes
1 answer

Make a ListView item glow from code

Here's my problem : I have an Activity that includes a ListView with different locations listed, and a MapView with markers to these locations. What I want right now is, when one of the MapView markers is clicked, to have the respective ListView…
Takhiarel
  • 307
  • 1
  • 3
  • 10
3
votes
3 answers

How put glow on textfield using HTML5 and CSS3

How can i put glow effects on textfield using HTML5 and CSS3 when active like http://www.me.com
3
votes
2 answers

How can I add the 'Glow effect' to UIBarButtonItem?

I tried a lot to find out the glow effect for UIBarButtonItem. Now am doing by creating a UIButton and making it as the customView for the UIBarButton. Do anyone have any other methods to make it much more easier? (like a inbuilt property for…
thoughtbreaker
  • 161
  • 1
  • 10
3
votes
1 answer

Problem with xna shader

Trying to make a glow effect in xna but it doesn't show the glow or any change at all. Also my back color is purple instead of black and I can't change that either : GraphicsDevice.Clear(Color.Black); …
Xyro
  • 227
  • 1
  • 12
3
votes
1 answer

Add glow to a basic Java rectangle

I've got a very basic rectangle drawing panel, but I would like to know if there is a simple way to add some sort of glow to the rectangles. public class Blocks extends JPanel { public void paintComponent(Graphics g) { …
JackGoodwin
  • 39
  • 1
  • 3
3
votes
1 answer

Would this kind of glow effect be possible?

After seeing this dribbble shot: https://dribbble.com/shots/665300-Progress-bar I am really wondering if it is even possible to recreate the glowing effect. Best scenario would be for it to work dynamically, maybe even flickering etc. This could…
Stephan-v
  • 19,255
  • 31
  • 115
  • 201
3
votes
2 answers

How to do an outer glow via xml on button?

I have a customized button with rounded corners, I put some shadow for when it's pressed but I want to do an outer shadow just to the bottom part of the button, I am making the drawable via xml, so if the glow could be that way would be great.…
Alejandro Cumpa
  • 2,118
  • 1
  • 24
  • 45
1 2
3
12 13