Questions tagged [glow]

188 questions
0
votes
2 answers

I can not figure out why TextGlowDemo no longer functions in ios7

I am working on a project that utilizes code from this GitHub app, TextGlowDemo. The app basically uses the QuartzCore Framework to add a drop-shadow to a uilabel by overriding drawTextInRect and adding CGContextSetShadow and…
Beleg
  • 362
  • 2
  • 23
0
votes
1 answer

why blurred or glow effect doesn't work with GPU render mode?

I'm making a game in AS3 with Adobe Flash Pro CC. I've made a mobile version for Android but if I put GPU in render mode, my blurred effet or my glow effect doesn't work on the device. If I put CPU or direct the blurred and glow effects are…
user2421975
  • 197
  • 1
  • 13
0
votes
1 answer

Animate a Raphael element and its set of glow paths

This answer has been accepted but it does not work as glowSet.animate({cx: 100}) will not move the glow as well as the circle. Additionally to animate the glowSet path objects, you need to apply a transformation, something like this but a simple…
AJP
  • 26,547
  • 23
  • 88
  • 127
0
votes
2 answers

Dynamically added glow effects to UIElement using triggers

Im new to wpf, and looking for good tutorials to help understand triggers better but im not having much luck. So i thought I would seek some help here. Here is what im trying to do, i have a ScrollViewer that has a stack panel, in the code behind I…
nagates
  • 620
  • 13
  • 40
0
votes
3 answers

AS3 Filter GlowIn not Tweening

I'm doing a button with two filters that tween in when the user has the cursor over it (Mouse Over) and two more filter tweens when the cursor exits it. Pretty basic stuff. The filters are Glow and DropShadow. Glow is applied to the text, while…
FoxLift
  • 433
  • 2
  • 16
  • 30
0
votes
0 answers

How to achieve glow effect in 3d game using Opengl ES 2.0

I am making 3d game and I am wondering how to do glow effect on particular parts of my world(i.e explosions, sun). I am using libgdx and there is particle effect creator, but only for 2d world.
Pawel
  • 113
  • 3
  • 8
0
votes
1 answer

onFocus not working with javascript function

Here's the fiddle. I'm trying to make the textbox glow 0 0 30px #96f226 using onFocus in the input tag, but you know when you click on a textbox and the border changes? That's when I want it to glow. The JS follows everything I have know, but it…
Joe Pigott
  • 7,981
  • 6
  • 31
  • 43
0
votes
2 answers

How to use a var inside a var name actionscript2

I have this piece of code that was being used like this var _loc2 = new Color("_level1.shellContainer.INTERFACE.BALLOONS.p" + _loc3 + ".balloon_mc"); _loc2.setRGB(_loc4); I want to apply a glow filter to…
0
votes
2 answers

Text glows even when cursor not on the text

I have written some code to make the text glow, however the text glows not only when the cursor is over the text but also when the cursor is over the horizontal area extended by the text. Why does this happen and how can i make it glow only when the…
pranavsharma
  • 35
  • 1
  • 7
0
votes
1 answer

How to make the text inside of a div glow whenever you hover over the div

Okay I have this navbar its a series of 5 divs that have text inside of them. I want to make it to where whenever I hover over a div the

element inside of the div will have a glow. I know all of the correct css tags to get the glow and such, but…

0
votes
1 answer

Using the UIView-Glow category on UITableViewCell

I'm using the UIView-Glow category trying to highlight certain UITableViewCells. But it doesn't work if it's used in tableView:cellForRowAtIndexPath:. I guess it must be used after the certain view appeared on the screen. So, is there a possibility…
Norbert
  • 4,239
  • 7
  • 37
  • 59
0
votes
1 answer

Safari unexpectedly randomly glowing during transitions

I've encountered an unexplainable problem with Safari. I'm using Transit Js Library to use CSS3 transitions with jquery. It actually works but during opacity transitions some elements in the page glow, even those not involved in the…
Matteo Monti
  • 8,362
  • 19
  • 68
  • 114
0
votes
1 answer

Android glow effect like SEGA logo

I want to apply a glow effect to some ImageViews. I don't want an outter glow, I want an effect like the SEGA logo: https://www.youtube.com/watch?v=hpgwsXT6NgU I mean, I have my ImageView like it is, and then I want a "light ray" to go from the…
PX Developer
  • 8,065
  • 7
  • 42
  • 66
0
votes
1 answer

RaphaelJS HTML5 Library : creating a button with text and glow on mouseover

I am trying to create a button with text inside using the Raphael JavaScript library. I would like to have a glow around the button on mouseover. I achieved this by using the set on rectangle and text and applying the glow on the set. I tried two…
karlitos
  • 1,604
  • 3
  • 27
  • 59
0
votes
1 answer

Inner Glow in Android

Possible Duplicate: How to make text glow? I am wondering how to add an inner glow to a TextView in my Android layout. I have searched and only was able to find how to do Inner Shadow on Android. Is there a convenient and fast way to get inner…
user1777907
  • 1,355
  • 4
  • 12
  • 28
1 2 3
12
13