effects Questions
3
Solved
I want to place a number of light sources on a background for a game I'm making, which works great with one light source as shown below:
This is achieved by placing a .png image above everything...
Emotion asked 5/11, 2013 at 10:51
4
Solved
I am animating some error/validation elements on a page. I want them to bounce and be highlighted, but at the same time if possible. Here's what I'm currently doing:
var els = $(".errorMsg");
els....
Befriend asked 26/2, 2010 at 20:59
5
Solved
ok, today I'm making a helper HTML function. It looks like this:
function Input($name,$type,$lable,$value= null){
if (isset($value)) {
//if (this.value=='search') this.value = ''
echo '<labe...
Magel asked 25/7, 2010 at 15:9
4
Solved
I extended the jQuery effects called slideRightShow() and slideLeftHide() with a couple functions that work similarly to slideUp() and slideDown() as seen below. However, I would also like to imple...
1
Settings: An executable native application written in Delphi FireMonkey (object pascal) application on Windows 64bit and Windows 32bit. The executable is run from a virtual machine through VNC, typ...
Scapolite asked 28/11, 2012 at 9:33
2
I really like some effects in iPad. Especial flipboard, but I am an android developer at the moment, so I want to build an app which has the same effect. But I cannot find any source code about it ...
1
Solved
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 h...
1
Solved
I am new to WPF technology. I have the following window declaration in WPF:
<Window x:Class="CustomWindows.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:...
2
Solved
I noticed the Effect Property is missing in Silverlight for Windows Phone 7 so I did some googling and apperently it was dropped due to performance reasons. I basically want to do something like th...
Moneymaking asked 16/2, 2011 at 22:6
1
Solved
I am making an app which will allow the user to click a picture and then apply various effect filters on the picture. Basically, I want to create an app similar to Pudding Camera.
I researched a l...
Marra asked 16/6, 2012 at 22:2
3
Solved
Hey, i wan't to make a cool effect on my page, and i'm thinking, how about to hide everything while loading and show each div with effect one by one?
if its a bad idea, can you help me with a bette...
3
Solved
I'm working on a live wallpaper that incorporates some water ripple effects on touching the screen but I'm a little stuck.
Would it be better to create multiple images and loop through them to cre...
3
Solved
I am trying to design an EditText Field having Shadows (bottom and right side) like this
tried googling & hunted many SO discussions but all are for TextView not EditText.
This is my code a...
Binding asked 1/6, 2012 at 12:56
2
Solved
I need to create this effect in HTML "Colhemos ideias, semeamos futuro..."
Is this possible?
Basically, it's a white box with 0.7 opacity and a background image behind it. The text must be in t...
2
I wonder if it is possible for a Widget to create an area that works as a magnifying glass over whatever background the user has set.
Thanks in advance!
4
Solved
I am trying to use the jquery ui "highlight" effect on an input html element with a background image set in the CSS (A search bar with a magnifying glass). During the "highlight" animation, however...
3
Solved
I'm drawing simple text in HTML5 canvas using this:
context.fillStyle = "#FF0000"
context.font = "italic 20pt Arial";
context.fillText("sfddsfs", 50, 50);
Now I want to animate fade out of this ...
Depressomotor asked 29/3, 2012 at 20:21
3
Solved
How can i set mulitple effect like(shadow and blur) on same element.
Minnieminnnie asked 26/11, 2009 at 6:20
1
Solved
What I am attempting to do is create an application that adds effects to videos while recording. Is there any way to have a callback method receive the frame, then apply an effect to it and have th...
3
Solved
Is there any way to create a custom FrameworkContentElement (or an Inline) that draws a diagonal line over its content?
Something like Strike-through decoration but with a diagonal shape:
It is ...
Utter asked 25/3, 2011 at 12:27
1
Since Android 2.0 onwards, the camera API has supports few ColorEffect(s).
The list could be found here, from Effect Aqua onwards.
http://developer.android.com/reference/android/hardware/Camera.Pa...
Erogenous asked 24/4, 2011 at 15:33
1
Solved
I am currently working on a 2D "Worms" clone in XNA, and one of the features is "deformable" terrain (e.g. when a rocket hits the terrain, there is an explosion and a chunk of t...
1
Solved
I have a ListView control that has cover images, posters similar to this app:
I am trying to get the same blue glow mouseover effect.
Any ideas on how to achieve this?
2
Solved
What is a good alternative to OuterGlowBitmapEffect?
Preferably one that can be used in a theme/style and one that can be used without BitmapEffects.
Zerelda asked 20/5, 2010 at 1:3
4
How do you disable the ctrl/wheel zoom effect with css or javascript on certain elements. I create a menu bar that gets distorted when the zoom effect is applied. I would like to disable it for jus...
Sanitarium asked 12/2, 2009 at 18:4
© 2022 - 2024 — McMap. All rights reserved.