active questions tagged effects - Stack Overflowmost recent 30 from stackoverflow.com2009-12-16T05:52:53Zhttp://stackoverflow.com/feeds/tag/effectshttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1902027/jquery-animate-different-speeds1jquery .animate different speedsJared2009-12-14T16:45:31Z2009-12-14T16:57:39Z
<p>Hello,</p>
<p>I am using the .animate function in Jquery. I have a div that slides over using marginLeft, but I also need it to fade in, but I need it to be slower than the marginLeft effect. With .animate, I can only seem to apply one speed parameter.</p>
<pre><code><script type="text/javascript">
$(document).ready(function(){
$(".topFrameAnim").css("opacity", "0.0");
$(".topFrameAnim").animate({
marginLeft: "0",
}, 500 );
$(".topFrameAnim").animate({
opacity: "1",
}, 1000 ); // Need this effect to be applied at the same time, at a different speed.
});
</script>
</code></pre>
http://stackoverflow.com/questions/1883068/jquery-slideleft-code-not-working0Jquery - slideleft, code not working?Jared2009-12-10T18:33:30Z2009-12-10T18:39:59Z
<p>Title is descriptive, what is wrong with this code and why?</p>
<pre><code><script type="text/javascript">
$(document).ready(function() {
$('#slideleft').mouseenter(function() {
var $lefty = $(this).next();
$lefty.animate({
left: "-2000px"
}, 500 );
});
});
</script>
</code></pre>
<p>HTML</p>
<pre><code><div id="slideleft" class="slide">
<div class="inner">Animate this element's left style property</div>
</div>
</code></pre>
http://stackoverflow.com/questions/1876070/how-to-specify-to-only-apply-jquery-effect-parameters-based-on-div1how to specify to only apply jquery effect parameters based on div?Jared2009-12-09T19:00:55Z2009-12-09T19:33:08Z
<p>Ok here is what I am trying to do.</p>
<p>I have a few effects I want to apply to several different div containers. Lets say I have a slide effect and a fadeTo effect. Rather then specifying what the div class/id is in the JS code, I would prefer to just be able to apply the effect by just giving the div a custom tag or an additional id/class. I always want to specify the parameters of the effect on the actual div.</p>
<p>For instance.</p>
<pre><code><div id="cssDesign SlideEffect" [Speed, Duration parameters somewhere]></div>
</code></pre>
<p>or</p>
<pre><code><div Customtag="SlideEffect" id="cssDesign" [Speed, Duration parameters somewhere]></div>
</code></pre>
<p>Make sense?</p>
http://stackoverflow.com/questions/1869870/jquery-image-effect-not-working0jquery image effect not workingJared2009-12-08T21:11:14Z2009-12-08T21:18:00Z
<p>Here is my code. The initial fadeTo works, nothing else works.</p>
<pre><code><script type="text/javascript" />
$(document).ready(function() {
$('#ButtonBGanim').fadeTo('fast',0.5);
$('#ButtonBGanim').mouseenter(function() {
$(this).fadeto('fast',1.0)
}).mouseleave(function(){
$this.fadeto('fast', 0.1);
});
});
</script>
<DIV id="ButtonBGanim"> </DIV>
</code></pre>
http://stackoverflow.com/questions/1869324/using-jquery-for-mouseover-effect-and-queue0Using Jquery for mouseover effect and queueJared2009-12-08T19:36:12Z2009-12-08T20:07:16Z
<p>I've been looking around for the last couple hours on how to do this - can't find it anywhere.</p>
<p>I have several buttons (divs). It consists of a div within a div. The parent div has the normal button background image, the child has a lighter glowy background image. On Mouseover, I want the child div to go to an opacity of 1.0, then fade out to 0.2 (so it looks like a flash). On MouseOut, it just needs to go back to 0.0. Obviously I don't want MouseOver/MouseOut queue buildup.</p>
<p>I looked at queue effects, but I can't figure out how to get this to work with a MouseOver button. Plus I suck at JS. </p>
http://stackoverflow.com/questions/1520178/jquery-using-append-with-effects2Jquery using append with effectsDavid King2009-10-05T13:47:27Z2009-12-04T18:38:14Z
<p>how can I use <code>.append</code> with effects like <code>show('slow')</code></p>
<p>having effects on <code>append</code> doesnt seems to work at all.
and it give results as normal <code>show()</code></p>
<p>no transitions, no animations. </p>
<p>How Can I append one div to another. and have a slideDown or Show('slow') effect on it?</p>
http://stackoverflow.com/questions/1845148/windows-7-snap-and-live-previews-effects-for-linux0WIndows 7 "snap" and "live previews" effects for Linux [closed]hagope2009-12-04T06:03:58Z2009-12-04T16:39:43Z
<p>I really like the Windows 7 "snap" effect. That is, when you drag a window to either side of the screen, it resizes the window to be half the desktop size.</p>
<p>I also like the "live preview" that creates a thumbnail when you mouse over something on the task bar.</p>
<p>However, I'm running Ubuntu (Linux) 9.10, I am curious to know if there is a solution (not using virtual machines) that will mimic these effects on Linux, thanks!</p>
http://stackoverflow.com/questions/196465/what-is-a-type-and-effect-system3What is a type and effect system?Mark Cidade2008-10-13T01:22:52Z2009-12-03T21:25:08Z
<p>The <a href="http://en.wikipedia.org/wiki/Effect_system" rel="nofollow">Wikipedia artcile on <em>Effect system</em></a> is currently just a short stub and I've been wondering for a while as to what is an effect system. </p>
<ul>
<li>Are there any languages that have an effect system in addition to a type system? </li>
<li>What would a possible (hypothetical) notation in a <strong>mainstream</strong> language, that you're familiar, with look like with effects? </li>
</ul>
http://stackoverflow.com/questions/1801851/how-to-apply-multiple-effect-on-same-element0How to apply multiple effect on same element Firoz 2009-11-26T06:20:00Z2009-12-01T22:23:55Z
<p>How can i set mulitple effect like(shadow and blur) on same element.</p>
http://stackoverflow.com/questions/1801142/neon-glow-effect-in-ie81neon-glow effect in IE8hasen j2009-11-26T01:48:23Z2009-11-26T01:55:51Z
<p>The following css creates a nice neon-glow effect around text</p>
<pre><code>{
text-shadow: 0em 0em 0.3em white; /* assuming a dark background */
}
</code></pre>
<p>However it doesn't work in IE7/8</p>
<p>For a reference, compare <a href="http://www.w3.org/Style/Examples/007/text-shadow" rel="nofollow">this page</a> in Firefox and IE </p>
<p>Is there a way to get a similar effect in it?</p>
http://stackoverflow.com/questions/1781131/how-to-bind-flex-effects-to-the-effects-target-properties1How to bind Flex Effects to the effects target properties?Colossal Paul2009-11-23T04:41:18Z2009-11-23T11:06:07Z
<p>Hi,</p>
<p>I'm trying to reuse effects. To achieve this, i was hoping that i could bind some of the effect's properties to the effect's target. Here's what i wanted to do:</p>
<pre><code><mx:transitions>
<mx:Transition toState="Ready">
<mx:Parallel targets="{[b1, b2, b3]}" perElementOffset="200" duration="500">
<mx:Move xFrom="{target.x-100}" xBy="100">
<!-- possibly a fade effect too -->
</mx:Parellel>
</mx:Transition>
</mx:transitions>
<mx:VBox>
<mx:Button id="b1"/>
<mx:Button id="b2"/>
<mx:Button id="b3"/>
</mx:VBox>
</code></pre>
<p>The above code assumes, a state change on application createComplete to Ready state. </p>
<p>In my futile attempt with the above code, i tried to create 1 effect that would animate the entrance of 3 buttons all laid out using VBox. I'm (trying to) avoiding 2 things:</p>
<ul>
<li>Absolute layout hence hand coded coordinates. I want to exploit the containers.</li>
<li>Effect code duplication</li>
</ul>
<p>Results:
- Compiler complains target is not defined. I've tried to put whole list of ideas into that field but to no avail. I've tried:</p>
<ul>
<li>{this.target.x}</li>
<li>{effectId.target.x}</li>
<li>{propertyThatReturnsTheObject.x}</li>
</ul>
<p>Can this be done? Thanks in advance.</p>
http://stackoverflow.com/questions/1779957/jquery-tabs-transition-happens-after-mouseover0jQuery tabs: Transition happens after mouseoverSean McRaghty2009-11-22T20:49:41Z2009-11-22T23:25:02Z
<p>Hi,</p>
<p>I am using this code:</p>
<p><code>
$(document).ready(function() {
$("#tabs").tabs({
event: 'mouseover',
fx: {
opacity: 'toggle',
duration: 'slow'
}
})
});
</code></p>
<p>which works fine if I have either the FX or the mouseover, but if I combine the two, the tab content shows, and THEN fades in. Any ideas?</p>
http://stackoverflow.com/questions/1728346/wpf-shadereffect-with-ps-3-0-shaders0WPF ShaderEffect with PS 3.0 shadersluvieere2009-11-13T10:17:46Z2009-11-22T18:33:12Z
<p>Where could I find examples of PS 3.0 shaders used as <a href="http://msdn.microsoft.com/en-us/library/system.windows.media.effects.shadereffect.aspx" rel="nofollow">ShaderEffects</a> for WPF 4? I'm looking for tutorials, presentations, any resource on this matter.</p>
http://stackoverflow.com/questions/1764938/jquery-ui-slide-effect-problems0jQuery UI Slide Effect ProblemsAndrew2009-11-19T17:09:24Z2009-11-19T17:14:17Z
<p>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 keep cropping up and I've had nothing but success after asking people here, so here goes:</p>
<p>Development page in question: <a href="http://allwebcafe.com/newsite/" rel="nofollow">http://allwebcafe.com/newsite/</a></p>
<h3>First Issue</h3>
<p>Click on the green arrow in the top nav under "Results". This is supposed to slide out a menu from right to left. It behaves as it should in Firefox, but IE and Safari start the slide left animation way over in the middle of the page and then shift the menu back where it belongs. I have no idea why it's doing this since the menu itself is absolutely positioned in the CSS. Another issue is once the menu is open and you attempt to close it (using the similarly colored arrow), it transitions as it should in Firefox, but then reappears once the transition is complete. In IE and Safari, the menu disappears permanently, but the animation again starts in the middle of the page.</p>
<h3>Second (sorta) Issue</h3>
<p>If this slide thing can be worked out, I'd like to apply a similar effect to the bottom "buckets", which slide up and down as you click on the gray arrow box beneath them. Currently, I'm hacking at the .animate function in jQuery to first increase the height, then apply a negative margin, like so:</p>
<pre><code>$('#footer-bucket1')
.animate({ height: '392px' }, 300)
.animate({ marginTop: '-306px'}, 300)
.addClass('bucket-open');
</code></pre>
<p>When I applied a slide up transition to it, I could see that the box was getting bigger, but in a downward direction, off the page (which has overflow: hidden applied to it). Is there a way to specify that the box literally slide up to reveal the content, much like it does now? Thanks in advance!</p>
http://stackoverflow.com/questions/1761276/is-it-possible-to-use-a-pixel-shader-inside-a-sprite0Is it possible to use a pixel shader inside a sprite?Firoz 2009-11-19T06:29:04Z2009-11-19T06:55:23Z
<p>Dear all,</p>
<p>Is it possible to use a pixel shader inside a sprite?</p>
<p>I have create a simple pixel shader, that just writes red color, for
testing.
I have surrounded my Sprite.DrawImage(tex,...) call by the
effect.Begin(...), BeginPass(0), and EndPass(), End(),
but my shader seems not to be used : My texture is drawn just
normally.</p>
http://stackoverflow.com/questions/1731807/how-do-i-use-the-highlight-jquery-effect-without-temporarily-hiding-the-backgro1How do I use the "highlight" jquery effect without temporarily hiding the background-image? CodingWithoutComments2009-11-13T20:46:30Z2009-11-13T21:21:18Z
<p>Hello All,</p>
<p>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, the background image temporarily goes away and then appears once the highlight animation is over. I would like the image to remain throughout the animation. Any ideas?</p>
<p>HTML:</p>
<pre><code><input class="searchInput" id='searchInputWithMap' type="text" tabindex="100" name="searchStructures" />
</code></pre>
<p>CSS:</p>
<pre><code>.searchInput {
font-family:Trebuchet MS,Helvetica,sans-serif;
background:transparent url(/images/search4.png) no-repeat scroll 8px 6px;
height:22px;
line-height:28px;
padding-left:32px;
padding-right:3px;
padding-top:5px;
padding-bottom:5px;
margin:5px 0;
border:1px solid #999999;
font-size:130%;
height: 32px;
width: 400px;
vertical-align:center;
color:#BBBBBB;
}
</code></pre>
http://stackoverflow.com/questions/1721068/flex-glow-effect-customization0Flex Glow effect customizationRorick2009-11-12T09:41:05Z2009-11-13T06:19:45Z
<p>Hi, all.</p>
<p>I use Flex's <code>Glow</code> effects in my custom <code>VBox</code>-based component for highlighting it on roll over. It looks great. But I would like it to have rectangular shape with gradient to alpha 0. How can I accomplish that? Should I add some properties to Glow effect or mix it somehow with other effects or use another effect?</p>
<p>Code is below: </p>
<pre><code><mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" rollOverEffect="{select}" rollOutEffect="{deselect}">
<!-- Some stuff skipped -->
<mx:Glow id="select" duration="500">
<mx:color>#9BC227</mx:color>
<mx:blurXFrom>100</mx:blurXFrom>
<mx:blurXTo>100</mx:blurXTo>
<mx:blurYFrom>100</mx:blurYFrom>
<mx:blurYTo>100</mx:blurYTo>
<mx:alphaFrom>0</mx:alphaFrom>
<mx:alphaTo>1</mx:alphaTo>
</mx:Glow>
<mx:Glow id="deselect" duration="1000">
<mx:color>#9BC227</mx:color>
<mx:blurXFrom>100</mx:blurXFrom>
<mx:blurXTo>0</mx:blurXTo>
<mx:blurYFrom>100</mx:blurYFrom>
<mx:blurYTo>0</mx:blurYTo>
<mx:alphaFrom>1</mx:alphaFrom>
<mx:alphaTo>0</mx:alphaTo>
</mx:Glow>
</code></pre>
<p></p>
http://stackoverflow.com/questions/1725693/fx-on-javascript-how-to-fade-stuff-etc-without-frameworks1Fx on Javascript: How to fade stuff, etc without frameworks?Jahmaica2009-11-12T21:56:23Z2009-11-12T22:46:05Z
<p>Hi,</p>
<p>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, then I wont mind using any of these frameworks.</p>
<p>I'm currently learning about making changes on the DOM, so, I've read a lot of
stuff on this theme. Also, I've read about Reflow, still, I didnt find any cool
stuff on Repaint, but, I'll keep searching.</p>
<p>From seeing source files etc, I see a few methods, that I dont know if they've
created or are Core methods of JS.</p>
<p>My question is, is there any resource where I can learn all this neat stuff like
smooth position change, fading elements trough opacity or whatever, etc ?</p>
<p>Thanks for your atention and knowledge!</p>
<p>Have a nice day ;)</p>
http://stackoverflow.com/questions/1719939/how-to-use-flex-tilelist-data-effects-combined-with-a-listcollectionview-dataprov1How to use flex tilelist data effects combined with a ListCollectionView dataproviderjpgoulet2009-11-12T04:45:16Z2009-11-12T20:51:30Z
<p>I am using a TileList control with an effect sequence linked to the itemsChangeEffect property.</p>
<pre><code><mx:TileList
itemsChangeEffect="{dataChangeEffectSequence}"
...>
</mx:TileList >
<mx:Sequence id="dataChangeEffectSequence">
<mx:Blur
blurYTo="12" blurXTo="12"
duration="250"
perElementOffset="150"
filter="removeItem"/>
<mx:Move
duration="1500"
easingFunction="{Elastic.easeOut}"
perElementOffset="20"/>
...
</mx:Sequence>
</code></pre>
<p>The resulting effect is pretty neat. For example, when removing an item from the data provider, it will blur out and the other items will move to fill the empty space.</p>
<p>However, my data provider is a ListCollectionView that I use to filter items. When I set a filter criteria, it will hide a couple of items from the TileList but there is no animation like when I remove an item. Is there a way to animate the TileList when an item is filtered ?</p>
http://stackoverflow.com/questions/1020868/jquery-show-lis-based-on-id-in-sequence2[jQuery] Show LIs based on ID in sequencedougoftheabaci2009-06-20T03:25:30Z2009-11-11T13:37:00Z
<p>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:</p>
<pre><code>$(document).ready(function () {
for(i=1;i<=10;i++) {
$("li#"+i).show();
}
});
</code></pre>
<p>However, this doesn't work. I need it to apply the effect to LI#1 then LI#2, LI#3... and so on.</p>
<p>What I'm trying to do is similar to what Twitter does when you click the "more" button at the bottom of the page only instead of jumping I want it to ease down.</p>
<p><strong>EDIT:</strong> I can't just wrap the LIs in a DIV as I'm going to be adding LIs to a UL element.</p>
<p>However, if there was a way to animate the UL as it changed size I'd be all for that.</p>
http://stackoverflow.com/questions/316278/timeout-jquery-effects5Timeout jquery effectsCoughlin2008-11-25T03:25:04Z2009-11-05T18:12:05Z
<p>Hey All,</p>
<p>I am trying to have an element fade in, then in 5000ms fade back out again. I know I can do something like:</p>
<pre><code>setTimeout(function(){ $(".notice").fadeOut() }, 5000);
</code></pre>
<p>But that will only control the fade out, would i add the above on the callback?</p>
<p><strong><em>UPDATE: I posted it here on my blog: <a href="http://www.ryancoughlin.com/2009/01/22/jquery-timeout-function/" rel="nofollow">http://www.ryancoughlin.com/2009/01/22/jquery-timeout-function/</a></em></strong></p>
<p><strong>Thanks to everyone for the help on this.</strong></p>
http://stackoverflow.com/questions/1116468/after-jquery-slideup-finishes-the-rest-of-the-content-jumps-into-place0After JQuery slideUp() finishes the rest of the content jumps into placeThadd Selden2009-07-12T17:26:03Z2009-11-05T17:27:17Z
<p>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 sliding out stays put until the animation is done, then just jumps into place. I want the following div to slide up as my message disappears.</p>
<p>I've tried changing almost every aspect of the CSS that I can (e.g. removed position:relative, unfloated the container, etc.), but nothing seems to work.</p>
<p>Here's the Javascript:</p>
<pre><code>$(function() {
setTimeout(function(){
$('.flash').slideUp('slow');
}, 1000);
});
</code></pre>
<p>Here's the HTML:</p>
<pre><code><div class='page-content'>
<div class='flash'>
<div class='notice'>I'm testing the flash</div>
</div>
<div class='data-table'>
... The rest of the page ...
</div>
</div>
</code></pre>
<p>Here's the relevant CSS:</p>
<pre><code>.page-content {
width: 95%;
float: left;
padding: 25px 2.5% 0;
}
.flash {
background-color: #dcffb9;
border: 1px solid #78b73f;
border-bottom: 1px solid #d9d9d9;
font-size: 16px;
font-weight: bold;
margin-bottom: 15px;
padding: 0;
position: relative;
}
.flash .notice {
background: url(../images/flash-notice-bg.gif) no-repeat 20px 50%;
border-bottom: 1px solid #78b73f;
padding: 20px 0 20px 70px;
}
</code></pre>
<p>Any help would be greatly appreciated.</p>
http://stackoverflow.com/questions/1673336/ajax-response-that-slides-open-a-div0Ajax response that slides open a divrich2009-11-04T11:54:56Z2009-11-04T11:57:48Z
<p>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 inserts the response into a div and slides it down nicely. I don't want it to be performed using a toolkit such as jQuery or scriptalicious.</p>
<p>here is the original question:<br />
<a href="http://stackoverflow.com/questions/1531951/ajax-with-slide-effects-onready-witout-using-a-toolkit">http://stackoverflow.com/questions/1531951/ajax-with-slide-effects-onready-witout-using-a-toolkit</a></p>
<p>So far I have managed to get it all working quite nicely. However I have the problem that, the text returned is shown and then the div expands. I need it to work with the div and text expanding together.</p>
<p>Here is my code</p>
<pre>
function slideDown()
{
document.getElementById('slideDiv').style.visibility = 'hidden';
xmlhttp.open("GET", "parse.php?what=main", true);
xmlhttp.onreadystatechange = function()
{
if (xmlhttp.readyState == 4 && xmlhttp.status == 200)
{
document.getElementById('butt').value = 'hide';
document.getElementById('slideDiv').innerHTML = xmlhttp.responseText;
document.getElementById('slideDiv').style.display = 'block';
var fHeight = document.getElementById('slideDiv').offsetHeight;
document.getElementById('slideDiv').style.height = '0';
document.getElementById('slideDiv').style.visibility = 'hidden';
function timeIt()
{
function bar()
{
timeSlide(fHeight);
}
setTimeout(bar, 10);
}
timeIt();
}
}
xmlhttp.send(null);
}
function timeSlide(fHeight)
{
var fHeight;
var diff;
document.getElementById('slideDiv').style.visibility = 'visible';
var cHeight = document.getElementById('slideDiv').clientHeight;
if (cHeight < fHeight)
{
cHeight = cHeight + 3;
document.getElementById('slideDiv').style.height = cHeight+'px';
function timeIt()
{
function bar()
{
timeSlide(fHeight);
}
setTimeout(bar, 10);
}
timeIt();
}
else
{
endSlide();
}
}
</pre>
<p>I <em>think</em> this is happening due to using the following to put the returned get request into the div.</p>
<pre>
document.getElementById('slideDiv').innerHTML = xmlhttp.responseText;
</pre>
<p>Can someone please put me in the correct direction with this? I'm not particularty good with JavaScript and I'm probably going the complete wrong way about it so any pointers would be great! Thanks in advance!</p>
http://stackoverflow.com/questions/1671639/jquery-scale-anchor-on-mouseover0jQuery - Scale anchor on mouseoverRick2009-11-04T04:12:02Z2009-11-04T05:07:04Z
<p>Can anyone tell me why this one isn't working? </p>
<pre><code> $(".stage a").live("mouseover", function(){
$(this).effect("scale", { percent: 200 }, 200);
});
</code></pre>
<p>Animate height & width work - I'm just trying to simplify the function. I'm trying to get the <a href="http://malsup.com/jquery/hoverpulse/" rel="nofollow">hoverpulse</a> plugin effect without adding it.</p>
<p>Also can anyone confirm that "hover" doesn't work with .live?</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1560533/can-i-set-global-fx-properties-in-mootools2Can I set global fx properties in MooTools?Daniel L2009-10-13T14:18:05Z2009-11-03T20:58:00Z
<p>Is there a way to set some default properties for MooTools effects like duration or transition?</p>
<p>That would make it easier to make all those effects like <code>element.tween();</code> or <code>element.reveal()</code> uniform.</p>
http://stackoverflow.com/questions/1652576/how-do-you-fadein-and-animate-at-the-same-time1How do you fadeIn and animate at the same time?JayNCoke2009-10-30T22:05:50Z2009-10-30T23:31:28Z
<p>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.</p>
<p>So far I have this:</p>
<pre><code>$('.tooltip').fadeIn('slow');
$('.tooltip').animate({ top: "-10px" }, 'slow');
</code></pre>
<p>Doing it that way or this way:</p>
<pre><code>$('.tooltip').fadeIn('slow').animate({ top: "-10px" }, 'slow');
</code></pre>
<p>The animations will run one at a time, the fade in first and then the vertical animation. Is there a way to have it do both at the same time?</p>
http://stackoverflow.com/questions/1302125/jquery-slide-up-edit-html-slide-down2jQuery - slide up / edit html / slide downKyle2009-08-19T19:24:57Z2009-10-28T13:22:53Z
<p>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 callbacks to work effectively.</p>
<pre><code>$("div#grid").slideUp('fast', function() {
//eaery row but the first
$("#testtable tr")
.not(":first")
.filter(":has(input[type='checkbox'][checked])")
.each(function() {
//change html using ajax calls
editrow($(this).attr("id"));
});
})
.slideDown('fast'); // want this to wait until editrow() has been run on each row
</code></pre>
<p>editrow() contains ajax calls to edit the html of the given row. The problem is
the div slides up, then back down immediately. I need it to wait until the functions have executed on each row, changing the html of the table, before sliding it back down.</p>
http://stackoverflow.com/questions/1634295/wpf-writeablebitmap-and-effects0WPF WriteableBitmap and effectsMark2009-10-27T23:26:59Z2009-10-28T00:22:42Z
<p>Im trying to look into using the WPF WriteableBitmap class to allow my application to apply an opacity mask to an image.</p>
<p>Basically I have a blue rectangle as an image, and another 100% transparent green rectangle image over the top of the blue one.</p>
<p>When the user moves their mouse over the green (transparent) image, I want to apply the opacity mask (perhaps using a simple ellipse) so that it looks like a green glow is occurring. </p>
<p>Im purposefully not doing this is XAML and standard WPF effects because I really need it to be super performant and I will eventually swap out the ellipse with a more advance blob...</p>
<p>Any thoughts??</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1625217/what-kind-of-web-effects-are-out-there1What kind of web effects are out there? [closed]Mask2009-10-26T14:40:58Z2009-10-26T14:44:58Z
<p>Like rounded corner,any more?</p>
http://stackoverflow.com/questions/254535/stunning-graphic-effects-with-javascript29Stunning graphic effects with javascriptfriol2008-10-31T18:58:04Z2009-10-23T05:06:20Z
<p>Seeing the <a href="http://maettig.com/code/javascript/3d_dots.html" rel="nofollow">full javascript rotating 3d cube</a>, I was wondering,</p>
<p>What are the most stunning javascript-only effects you've ever seen?</p>