Tagged Questions
The effects tag has no wiki summary.
48
votes
23answers
6k views
Stunning graphic effects with javascript
Seeing the full javascript rotating 3d cube, I was wondering,
What are the most stunning javascript-only effects you've ever seen?
45
votes
6answers
152k views
Timeout jQuery effects
I am trying to have an element fade in, then in 5000 ms fade back out again. I know I can do something like:
setTimeout(function(){ $(".notice").fadeOut() }, 5000);
But that will only control the ...
33
votes
6answers
63k views
delay JQuery effects
I want to fade out an element and all its child elements after a delay of a few seconds. but I haven't found a way to specify that an effect should start after a specified time delay.
29
votes
2answers
373 views
CSS icon iOS/OSX style
Is is possible to create this effect in CSS3?
I am able to have the rounded corner, the border the background but not the curly effect. Is it possible to have the curly effect in css3?
Thanks
24
votes
2answers
83k views
jQuery slide left and show
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 ...
14
votes
1answer
273 views
How practical is it to embed the core of a language with an effectful function space (like ML) into Haskell?
As Moggi proposed 20 years ago, the effectful function space -> of languages like ML can be decomposed into the standard total function space => plus a strong monad T to capture effects.
A ...
13
votes
5answers
9k views
jQuery using append with effects
How can I use .append() with effects like show('slow')
Having effects on append doesn't seem to work at all, and it give the same result as normal show(). No transitions, no animations.
How can I ...
9
votes
2answers
731 views
Using Effect For Fog of War
I'm trying to apply fog of war to areas on the screen not currently visible to the player. I do this by rendering the game content in one RenderTarget and the the fog of war into another, and then I ...
8
votes
2answers
1k views
Does jQuery have a plugin to display a “message bar” like the Twitter “wrong password” bar at the top of screen?
Twitter will pop down a message bar at the top of the screen say "Wrong password" and after 10 seconds, it will slide up and disappear. Chrome also shows "Do you want to save the password" message ...
7
votes
3answers
656 views
Starwars text effect in WPF
Our company executives have requested the integration of a "Star Wars crawl" style credits screen for our About box in our application and I've been tasked to complete this within a week. We have ...
7
votes
4answers
7k views
How can I execute multiple, simultaneous jquery effects?
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");
...
7
votes
1answer
4k views
How to make page turning effect in Android?
Can any one tell me how to make page turn effect in Android?
Can any one please provide me some code snippet.
7
votes
3answers
5k views
Set Transparency of a DIV and its contents using jQuery
Does anyone know the best way to set the transparency of a DIV and its contents using jQuery?
Thank you in advance.
6
votes
3answers
5k views
HTML input onfocus & onblur?
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 ...
6
votes
4answers
689 views
What kind of cool graphics algorithms can I implement?
I'm going to program a fancy (animated) about-box for an app I'm working on. Since this is where programmers are often allowed to shine and play with code, I'm eager to find out what kind of cool ...
5
votes
2answers
202 views
Android - How to create a shake effect like delete in iphone?
I have gridView which has lot of images and on clicking the edit button, I want the images to wobble just like : how to create iphone's wobbling icon effect?. Appreciate any pointers to solve this ...
5
votes
4answers
124 views
How would one go with creating a “flying debris” effect with jQuery?
I am working on some animation and am using the jQuery library.
One of the assets' method is fly(), which means to fly away from the parent element had that parent just exploded. It should look like ...
5
votes
1answer
229 views
XNA Adding Craters (via GPU) with a “Burn” Effect
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 the terrain disappears). ...
5
votes
2answers
3k views
(Java) How can I create a Drop Shadow/Inner Glow/Outer Glow similar to Photoshop
I am generating some images using the Graphics2D interface, and occasionally I'd like to be able to draw some text on the image and apply to it effects like the ones in Adobe Photoshop.
Right now to ...
5
votes
2answers
6k views
Android: How to switch between Activities like switching desktops in Home app?
I'm developing an Android Application that has three very similar Activities. I would like the user to be able to switch between them by swiping left and right on the screen.
This is how I managed ...
5
votes
5answers
900 views
Algorithm for creating rain effect / water drops?
What is the principle behind creating rain effect or water drops regardless of using any particular language. I've seen a few impressive rain and water effects done in Flash, but how does it actually ...
5
votes
3answers
113 views
How do I stop a jquery animation based on CSS values?
So, I have two divs: #div1 and #div2. I want '#div2' to disappear when '#div1' has the CSS value: top = 0px.
Here is the CSS:
#div1 {
top: 0px;
}
#div2 {
display: block;
}
if ( ...
5
votes
2answers
1k views
OuterGlowBitmapEffect Alternative Without BitmapEffects
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.
5
votes
2answers
2k views
Pixel Shader Effect Examples
I've seen a number of pixel-shader effect examples, stuff like swirl on an image. But I'm wondering if anyone knows of any examples or tutorials for more practical uses of shader effects?
I'm not ...
5
votes
2answers
3k views
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 ...
5
votes
3answers
1k views
jQuery - Animate element that has children absolutely positioned outside it - blinking
Forgive me if this has been addressed before, couldn't find anything.
I am animating a content bar that that has children absolutely positioned outside it (via negative margins). The idea is that ...
5
votes
1answer
10k views
jQuery .animate() Issues
I'm trying to make a autoscrolling/carousel like function for an unordered list of images.
When you mouse over the containing div its calling a function that's job is to animate the margin on the ...
5
votes
3answers
650 views
Volumetric particles
I'm toying with the idea of volumetric particles. By 'volumetric' I don't mean actually 3D model per particle - usually it's more expensive and harder to blend with other particles. What I mean is ...
4
votes
4answers
130 views
Extract random effect variances from lme4 mer model object
I have a mer object that has fixed and random effects. How do I extract the variance estimates for the random effects? Here is a simplified version of my question.
study <- lmer(Reaction ~ Days ...
4
votes
2answers
180 views
Using JQuery to get VH1's “Pop Up Video” effect?
I am hoping someone can help me recreate the "VH1 Pop Up video" effect, where the entire bubble scales, and has the Easing effect at the end.
I have a list with some display:none DIVs hidden in each ...
4
votes
2answers
240 views
WPF: Showing and hiding items in an ItemsControl with effects
I've been using this great article as a basis for showing and hiding elements with a transition effect. It works very neatly in that it lets you bind the Visibility property just as normal, then ...
4
votes
1answer
388 views
iPhone Audio Visual Effects
I am developing an app where the user can record some audio (their voice) and apply a visual effect to it. I am using FMOD to process all of the audio and add audio effects and all of that. My ...
4
votes
1answer
779 views
How to create Lomo / Retro effects in Android Camera Preview?
Since Android 2.0 onwards, the camera API has supports few ColorEffect(s).
The list could be found here, from Effect Aqua onwards.
...
4
votes
3answers
262 views
Create custom FrameworkContentElement to add diagonal line over text in WPF
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 not ...
4
votes
3answers
5k views
jQuery: Fade in delay on Load
I've stumpled on something queite nice, I've wanted to use in some upcoming project.
It's an animated opacity on load, or you can call it fade in.
I wondered if you could link some elements ...
4
votes
1answer
281 views
TemplateBinding doesn't bind to effect's property?
Imagine a control named Testko like this:
public class Testko: Control
{
public static readonly DependencyProperty TestValueProperty;
static Testko()
{
...
4
votes
3answers
2k views
JQuery - IE6 - How to FadeOut and FadeIn simultaneously?
I have a sequence of position absolute div, say
<div>...</div>
<div style="display:none">...</div>
<div style="display:none">...</div>
<div ...
4
votes
5answers
8k views
Basic jQuery slideUp and slideDown driving me mad!
my jQuery skills are pretty good normally but this is driving me
mad!
It's a fairly simple accordian I've coded up from scratch. Using
jQuery 1.3.2 so there shouldn't be any jumping bugs but ...
4
votes
7answers
9k views
disable the CTRL/Wheel zoom effect at runtime
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 just ...
4
votes
4answers
605 views
What is a type and effect system?
The Wikipedia artcile on Effect system is currently just a short stub and I've been wondering for a while as to what is an effect system.
Are there any languages that have an effect system in ...
3
votes
1answer
170 views
How to create a gravity effect with Javascript?
Google gravity and gravity script are two nice demonstrations.
but no source code or tutorials are available. and the original JS files are very big.
How can I create a Gravity effect with Drag & ...
3
votes
2answers
83 views
Lens shader / Image disortion
Well, i have a 3d scene currently with just a quad (painting) with texture on it. Between the painting and the "camera" i have places an other quad i would like to behave like a optical lens: ...
3
votes
6answers
106 views
Multiple jQuery Effects with one .click
I'm very familiar with HTML and CSS, but new to Javascript and jQuery. I am trying to figure out how to have multiple jQuery effects occur with one event (.click).
I have a DIV (.bio-description) ...
3
votes
4answers
255 views
How to achieve a lightbox effect with css only? Example available
http://www.w3css.co.uk/
The website says it doesn't use :target, I looked at the source there is no js as far as i can see so its all just css then ? How . A small fiddle example or an explanation ...
3
votes
1answer
39 views
Item position type shift from relative to static effect?
How is this effect named ? How is it implemented
You can see it on this page on the portofolio filter box.
I've seen it around for a year, it's an interesting pattern, it's so famous gmail now uses ...
3
votes
4answers
843 views
Ken Burns with CSS 3 - How hard can it be
Working with CSS3 I see no reason why a CSS based Ken burns effect would not work. My first attempt involved using Jquery to add a new class to a background image.
.flare1 {
...
3
votes
3answers
300 views
How can I add moving effects to my controls in C#?
I have a Panel In my C# form and I have a button. When I click on the Button the invisible Panel Shows. Instead of that I want the Panel to move in or slide in.
For example when you click on a ...
3
votes
2answers
575 views
How to get apple's-website-like font style?
Apple uses in it's web site a font with a kind of white shadow that make it look like a engraved/etched font. I found some tricks but it's always very limited. (btw the same effect is used in this web ...
3
votes
2answers
437 views
Jquery Hover Effect Doesn't Work in IE
html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
...
3
votes
3answers
4k views
jQuery “blinking highlight” effect on div?
I'm looking a way to to this.
I add a div to the page, when the ajax backcall returns some value. Div is filled with the values from ajax call. And the div is prepended to another div, which acts as ...