0
votes
2answers
27 views
+100
WPF ShaderEffect with PS 3.0 shaders
Where could I find examples of PS 3.0 shaders used as ShaderEffects for WPF 4? I'm looking for tutorials, presentations, any resource on this matter.
0
votes
1answer
31 views
jQuery UI Slide Effect Problems
I'm redesigning my company website and we're going pretty effects-heavy with jQuery, Flash, etc. So far I haven't had much of a problem doing any of this, but two minor issues kee …
0
votes
1answer
28 views
Is it possible to use a pixel shader inside a sprite?
Dear all,
Is it possible to use a pixel shader inside a sprite?
I have create a simple pixel shader, that just writes red color, for
testing.
I have surrounded my Sprite.DrawImag …
1
vote
3answers
25 views
How do I use the “highlight” jquery effect without temporarily hiding the background-image?
Hello All,
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 …
0
votes
1answer
62 views
Flex Glow effect customization
Hi, all.
I use Flex's Glow effects in my custom VBox-based component for highlighting it on roll over. It looks great. But I would like it to have rectangular shape with gradient …
1
vote
4answers
73 views
Fx on Javascript: How to fade stuff, etc without frameworks?
Hi,
I would like to learn how to do fade, and similar effects on Javascript.
I often get answers, like why not use Jquery, mootools, etc ? Well, I
want to learn how stuff works, t …
1
vote
1answer
42 views
How to use flex tilelist data effects combined with a ListCollectionView dataprovider
I am using a TileList control with an effect sequence linked to the itemsChangeEffect property.
<mx:TileList
itemsChangeEffect="{dataChangeEffectSequence}"
...>
< …
2
votes
5answers
188 views
[jQuery] Show LIs based on ID in sequence
I'm working on creating a for-loop that calls a javascript effect and applies it to an LI, doing it in sequence. Here's what I've got:
$(document).ready(function () {
for(i=1; …
4
votes
5answers
11k views
Timeout jquery effects
Hey All,
I am trying to have an element fade in, then in 5000ms fade back out again. I know I can do something like:
setTimeout(function(){ $(".notice").fadeOut() }, 5000);
But …
0
votes
4answers
389 views
After JQuery slideUp() finishes the rest of the content jumps into place
I'm trying to do a simple JQuery slideUp of an information message. The problem is that the message slides out cleanly and the animation looks great, but the div below the one I'm …
0
votes
1answer
36 views
Ajax response that slides open a div
Okay, this is following on from my previous question reguarding performing a simple ajax request that, once the request has returned a readyState of 4 and a status of 200 it insert …
0
votes
2answers
50 views
jQuery - Scale anchor on mouseover
Can anyone tell me why this one isn't working?
$(".stage a").live("mouseover", function(){
$(this).effect("scale", { percent: 200 }, 200);
});
Animate height & wi …
2
votes
1answer
27 views
Can I set global fx properties in MooTools?
Is there a way to set some default properties for MooTools effects like duration or transition?
That would make it easier to make all those effects like element.tween(); or elemen …
1
vote
2answers
62 views
How do you fadeIn and animate at the same time?
Using jQuery I'm creating a basic 'tooltip' animation so that the tooltip will appear in a little animation in which it fades into view as well as move vertically.
So far I have t …
2
votes
3answers
795 views
jQuery - slide up / edit html / slide down
I'm trying to slide a div containing a table up, change the rows of the table with ajax calls, and then slide the containing table back down. I can't seem to get the series of cal …
