0
votes
1answer
27 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
37 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 …
1
vote
2answers
43 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 …
0
votes
1answer
42 views
WPF WriteableBitmap and effects
Im trying to look into using the WPF WriteableBitmap class to allow my application to apply an opacity mask to an image.
Basically I have a blue rectangle as an image, and another …
1
vote
3answers
67 views
What kind of web effects are out there? [closed]
Like rounded corner,any more?
2
votes
1answer
26 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
95 views
WPF and 3D to create a bowl effect
Hi Everyone,
How would one go about either using the 3D components of WPF or using a pseudo 3D effect to create a "Bowl" effect, where the user is looking down on a bowl and can d …
2
votes
4answers
80 views
Making fire effect on iPhone
I'll describe ways that I already know, and can do, and want to hear another suggestions, or may be even solutions :)
Create N frames of fire with semi-transparent pictures (PNGs) …
0
votes
1answer
28 views
How to implement a SeriesInterpolate effect for a new Flash charting library?
I'm working with a hot new open-source Flash data visualization library (http://www.axiis.org) It doesn't (yet) have a series interpolation effect, like the Adobe Flash Charting l …
1
vote
3answers
122 views
Jquery using append with effects
how can I use .append with effects like show('slow')
having effects on append doesnt seems to work at all.
and it give results as normal show()
no transitions, no animations.
…
0
votes
4answers
110 views
JQuery - div fading trouble
Hello, I have div, which has id 'content'. It's visible.
<div id="wrapper" style="display:block">
<div id="content">
Some text
</div>
</div>
Now …
2
votes
3answers
100 views
JQuery - slowly bg-image changing
Hello, I'm trying to make my hover-action with slowly bg-image changing.
.menu_part
{
border-left: 1px solid black;
background-image: url(../images/bg_menu.png);
float …
2
votes
3answers
686 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 …
0
votes
0answers
43 views
WPF exposing a hidden item like a torch would do
Hi All,
I have a need to have hidden items in my WPF app and when the users moves their mouse, a torch light style of control is shown (which is just a basic path shared like a co …
0
votes
3answers
45 views
Script.aculo.us Events in Rapid Succession results in display error…?
Using the script.aculo.us Effect.Highlight on an onMouseOver event works perfectly - if the user only mouses over the DIV once. If they mouse back over the DIV during the execution …
