search for: makeclip

Displaying 7 results from an estimated 7 matches for "makeclip".

Did you mean: make_lp
2006 Feb 06
10
Urgently Need Solution
I''m using scriptaculous'' SlideUp and SlideDown effects to animate a menu. Specifically, I SlideUp, make some CSS changes, and SlideDown. All works well, except that for a split second in between, the element''s display becomes ''none'' and the other menu item jump into the space. I haven''t been able to find any way to force an element to retain
2005 Oct 18
3
Blind... Effects
Hello, is there a way to basically achieve a BlindLeft and BlindRight effect and if yes, how would I do that? Thank you in advance for your help. _________________________________________________________________ Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/
2006 Apr 08
0
MSN like blind - BottomToTop
...s: function(height, width) { var d = {}; d.height = height + ''px''; d.top = (this.originalTop + (this.originalHeight - height) ) + ''px''; this.element.setStyle(d); } }); Effect.BlindBottomUp = function(element) { element = $(element); element.makeClipping(); element.setStyle({position: ''absolute''}); return new Effect.Scale2(element, 100, Object.extend({ scaleContent: false, scaleX: false, scaleFrom: 0, restoreAfterFinish: true, afterFinishInternal: function(effect) { effect.element.undoCl...
2006 Apr 28
3
AJAX effects not smooth on Rails
I''ve been playing around with AJAX effects using ActionView::Helpers::ScriptaculousHelper. When I implement these ''freehand'' on a regular html page the Scriptaculous effects are smooth. However when I use them rails methods they are not. For example Appear, Grow and Slideup all blink the text at the start. As in the content appears for a split second, then
2006 Apr 09
4
Set Speed of Combinational Effects
How can I slow/speed up the combo effects? Thanks
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...ffect.effects[0].element) + Position.absolutize(effect.effects[0].element); }, afterFinishInternal: function(effect) { effect.effects[0].element.hide().setStyle(oldStyle); } @@ -580,12 +586,12 @@ Effect.BlindUp = function(element) { element = $(element); element.makeClipping(); return new Effect.Scale(element, 0, - Object.extend({ scaleContent: false, + Object.extend({ scaleContent: false, scaleX: false, restoreAfterFinish: true, afterFinishInternal: function(effect) { effect.element.hide().undoClipping(); - } + }...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server