Meander365


Member since 08/02/2009

3 snippets

4894 profile views

1 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

Meander365's Recent SnippetsTagged animation



« Prev 1 Next »
Another handy one and one which I see quite often. You rollover an element and it animates. You then mouseover and mouseleave really quickly, multiple times and all the animations gets queued. This solves that problem. The delay(200) is like adding...
1 693 posted 13 years ago by Meander365
For those multiple rollovers - and their multiple flashes! The solution is to stop(!) them.
2 592 posted 13 years ago by Meander365
Dave Metvin\'s method. Two tricks to the method:\r\n\r\n$($boxes[div++] || []) - increaments \"div\" and passes an empty array if the element doesnt exist (so it exists).\r\n\r\narguments.callee - the name of the function currently being executed.
1 580 posted 13 years ago by Meander365
« Prev 1 Next »