The effect tag has no wiki summary.
0
votes
2answers
190 views
Photoshop “Pucker Tool” algorithm
Could someone tell me what the name of this effect applied by the "Pucker Tool" in Photoshop? I need to deflate the characters that come in this captcha.
The algorithm used or a Java class, would be ...
0
votes
1answer
390 views
jQuery - highlight effect problems
I'm trying to use the jQuery effect(highlight) function like this:
$(".infoBarBoxButton").click(function(){
$('#tilfojOpslagMain').effect("highlight", {}, 3000);
});
But it doesn't seem to ...
0
votes
2answers
176 views
What is the true way of adding callback functionality to custom JQuery Animation?
i've found a shake effect in stackoverflow question (here)
Code is like below;
jQuery.fn.shake = function(intShakes, intDistance, intDuration) {
this.each(function() {
...
0
votes
6answers
345 views
Code has no effect and code is unreachable
This program is ment to applied rot13 to input, how ever when i compile i get warnings that lines 20, 23, 29 have no effect in code and line 17 is unreachable code. when anything is entered it just ...
0
votes
3answers
1k views
Flex: How to create a color Glow filter with duration
I need to highlight a button's border, so I have created a glow filter like this:
<s:GlowFilter id="GlowFilter1"
color="0xD9D919"
blurX="30" blurY="40"
alpha="1"
/>
The problem is ...
0
votes
1answer
2k views
Add Blur Effect to Image on MouseEnter; Remove on MouseLeave
all, I want an image to blur (using the Blur effect) when the mouse hovers over it, and return to normal when the mouse leaves.
I'm using WPF 4, XAML, and VB.NET 2010 in a Silverlight-based project. ...
0
votes
1answer
500 views
jQuery effect plugin
I'm looking for a jQuery plugin that wobbles DOM elements like on http://www.iconatlas.com/
I checked their source and they use jQuery but it doesn't look like they're using a plugin to do that. ...
0
votes
2answers
303 views
Jquery Living Elements
Does anybody know how to deal with the effect at http://2crossmedia.com/liv-multicolor/
If you click into the text field, its surrounded by a color-changing line.
The code says it's jquery. But how :) ...
0
votes
2answers
2k views
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 ...
0
votes
3answers
2k views
jquery how to only allow effect on assigned div, not children
I have applied an mouseenter effect to a div. When you enter the div, it then animates another div. The problem is, the mouseenter effect applies to the children div as well. How do I apply the effect ...
0
votes
1answer
544 views
Best Rails/Ajax Effect/Animation Library
What javascript effect/ui libraries are the best that also have Rails helpers and all that?
Which ones do you use. Seems like people use jQuery with either scriptaculous or yui for the interface ...
0
votes
1answer
84 views
what type of jQuery effect do I need to accomplish the same thing
I would like to know how this type of slider, where the arrow next to the picture is sliding, could be accomplished with jQuery.
I can see in Firebug that it is made with Flash.
It does not seem to ...
0
votes
1answer
110 views
Juce vst synth: cannot instantiate abstract class
I've generated source and project files for simple vst synth in Introjucer. The code compiles with one weird error:
error C2259: 'SimpleSynthAudioProcessor' : cannot instantiate abstract class
The ...
0
votes
2answers
272 views
DropShadowEffect to a specific element in XAML
I have a Border that consist of other UI Controls like Canvas, Buttons, ComboBox etc. I only want a DropShadowEffect on the Border, but all children Controls end up inheriting the DropShadowEffect.
...
0
votes
1answer
101 views
Flex hide Text 2 seconds after it's shown
I have this scenario I'm trying to accomplish:
I have Text that is always on the screen, but most of the time visible is set to false. I have a handler that when an event occurs it makes this Text ...
0
votes
2answers
3k views
Blur effect CSS3 Firefox(linux)
I'm trying to get a blur effect on my photogallery if the user is not registered.
I got it, but only for chrome. In my Firefox 14.0.1 (linux) I'm not able to get it working
My html template (I ...
0
votes
1answer
325 views
How to stopEffect in Cocos2d via ALuint?
Where is the soundId in Cocos2d?
I understand that it is returned from somewhere, but how do you capture this value or where it is?
I am trying to stop an effect using:
[[SimpleAudioEngine ...
0
votes
1answer
116 views
Give hidden div effect on appear
I have the following code:
http://jsfiddle.net/EMX4Q/
Which is very simple, when you mouseover the image, it will show you the same image but bigger.
I'd like to achieve an effect like Google's ...
0
votes
4answers
2k views
jquery highlight effect
i'm trying to figure out the code for the jquery selector test found at http://www.w3schools.com/jquery/trysel.asp?filename=trysel_basic&jqsel=p.intro,%23choose.
I'm getting error: Uncaught ...
0
votes
1answer
680 views
Menu hover effect
I would like to create a hover effect like the left category menu on this demo page http://themeforest.net/item/mazine-wordpress-theme-a-wp-ecommerce-theme/full_screen_preview/198602
I tried to add ...
0
votes
1answer
271 views
Mootools 1.4.3 Background Fade Effect
So I have code to swap the background, the problem I am having is incorporating the fade effect into it. I have messed with it for a while now and I am just getting frustrated. So the code is there, ...
0
votes
2answers
703 views
jQuery bounce effect not working on list items like they should. Why?
I've looked high and low, and tried all sorts of things, but it simply won't work. I saw these two SO questions and their responses (which apparently worked) but do not seem to be working for me:
...
0
votes
1answer
423 views
Create Coverflow in Tablet Android 3.0
I want to create an app that use coverflow (please see video HoneyComb ). At 0:43, this effect is really cool. Does anyone have source code or help me to create it?
0
votes
3answers
100 views
jQuery: Prevent stacking animations
I know there are several other posts with solutions to this, but my current problem is a little different.
I have two events on an element - mouseenter and mouseleave. The first changed the color of ...
0
votes
3answers
185 views
A JS fade effect doesn't work (for loop)
I tried doing a JS fade effect with the setTimeout() function and it appeared to work to some extent, but I can't seem to figure out what's wrong with the code below:
<html>
<head>
...
0
votes
3answers
2k views
CSS property margin-top:-10px animation with Jquery affects the following divs, how can I make them fixed?
I want to make a hover effect to bounce an icon but to have a fixed shadow below.
So i'm using Jquery with hover and animating the margin-top.
what happends that the image block drags the shadow when ...
0
votes
4answers
948 views
stop element from pulsating jquery
I have the following jquery that pulsates a button link.
$('#BtnBoxGreeting').effect('pulsate', { times: 3 }, 800,function(){
setInterval(function(){
...
0
votes
2answers
108 views
How to cause same effect of child on parent
is there a way to cast the same effect of a child on a parent?
<div id = "parent">
<div id = "child">
</div>
//button.click to .show("slide") child
</div>
...
0
votes
2answers
189 views
Make this effect in jquery (Apple Final Cut Features)
Anyone have an idea how to recreate the effects seen on this page?
http://www.apple.com/finalcutpro/all-features/
As you can see, clicking an item on the left side of the screen causes the main ...
0
votes
1answer
897 views
Flame or fire with jquery [closed]
is there any flame or fire effect with jquery in the net ?
(for both side of my site with devil between them)
i googled it with no results ...
thanks for answer
best regards
0
votes
2answers
712 views
0
votes
1answer
669 views
iPhone Album Art Effect
I'm just wondering here if there is an in-built view for this. I haven't managed to find it, but then I may not be looking in the right places.
I'm trying to find the effect used in the Album Art ...
0
votes
2answers
250 views
How to correctly add the .scrollTo plugin?
I have this script, running on a links list:
$('li#linkcat-25 a').bind('click', function (e) {
e.preventDefault();
$('#preview').load($(this).attr('href'));
$('#loading').show('fast');
...
0
votes
2answers
476 views
How to do something after effect animation ends in Flex?
I'm a beginner in Flex so there must be more elegant way of doing this.
//move effect
private var m:Move = new Move();
//this function creates labels with some text and starts move effect on them
...
0
votes
2answers
1k views
Fade effect onclick (jQuery)
I have this very basic tabbed block:
$('.tabbed-section .panel').hide();
$('.tabbed-section .panel:first').show();
$('.tabbed-section .tabs li:first').addClass('active');
$('.tabbed-section .tabs li ...
0
votes
3answers
2k views
How to get the app store icon glass effect on a webpage?
Is there any simple way to display the icon for my iphone apps on my webpage the same way they look in the appstore (i.e. with the glass effect and preferably with reflection)? I have very little ...
0
votes
2answers
1k views
jquery highlight effect with hide mode not working on IE
I have a div to show a message, I want the message to appear for a few seconds and then just fade until it disappears.
I just define a normal div and hide it when the page loads with ...
0
votes
3answers
1k views
jQuery mouseout event capture
I have some images loaded via the load method, something like this:
<ul>
<li><img src="1" alt="" /></li>
<li><img src="2" alt="" /></li>
</ul>
...
0
votes
1answer
121 views
Make a banner fall from behind a header
I want to make this wood banner "fall" from behind the header whenever the user hovers over it.
I have searched the entire web for at least an example of how to do it. I found none. I know there ...
0
votes
1answer
133 views
OpenGL ES 1.1 - aquarium's realistic rendering
I've got some meshes that try to resemble an aquarium. I can move the point of view or camera that has a light attached to it. Only the front glass is fully transparent, it is suposed to be the screen ...
0
votes
1answer
99 views
Image hover effect starting with a dark opaque background
I'm sorry if my title is vague I tried to give it some logic I dont know.
Anyway, so here is a site im working on (in progress)
http://art-williams.com/misc/index.html
and the 4 grid area as you can ...
0
votes
1answer
1k views
Javascript slide effect onclick
I'd like to add a slide & fade effect to a DIV, with purely Javascript, using "onclick".
The code is here: http://jsfiddle.net/TCUd5/
The DIV that has to slide has ...
0
votes
1answer
252 views
Using the graphics card in a class library
I want to write a graphics library for image processing and computer vision. Because the algorithms are sometimes very slow on big images, I want to use the PixelShader of the graphics card to do ...
0
votes
1answer
91 views
Android: Take the next playing card of a stapel effect
I want that the user of my application has the effect of taking the next card from a stapel. So the user should take the next card with touching the card and sliding the topmost playing card to the ...
0
votes
2answers
57 views
what is name of this transition effect?
This is the link http://codecanyon.net/item/estro-jquery-ken-burns-swipe-effect-slider/full_screen_preview/235111
What is the effect name of image transition in that slider? And how to achieve it? Is ...
0
votes
1answer
87 views
Jquery effects .queue()
This is the site i'm working on: http://www.sircat.net/joomla/sircat/mies/calendari.html
When I click on any year column (2012, 2011, 2010, etc) it shows the content of each year and hide the other ...
0
votes
2answers
161 views
slideDown doesn't “hide” the element
The animation I wanted to show/hide the order form works perfectly except one issue, the form does not hide on sliding down, a part of it is still visible.
HTML:
<div class="post">
<div ...
0
votes
1answer
436 views
Apply effect on window in Flex, Air, AS3
I'm looking to animate a popup window using the effect.
The problem is that the effect is applied to the content of the popup window, not the popup window itself (including the title bar, minimize, ...
0
votes
1answer
800 views
How can I create a 2D shattering glass effect?
I'm working on creating a game in Adobe Flash CS6, and the game starts off with an animation where the main character is running and breaks a glass vase.
I don't want a completely accurate shattering ...
0
votes
2answers
59 views
What type of effect has been used in this site?
The website --> http://inspiredm.com is using an effect of hover in their post images . What kind of effect it is? It is a CSS3 or jquery effect and how to do similar effects ?
