search for: scaleto

Displaying 6 results from an estimated 6 matches for "scaleto".

2008 Jul 04
0
Scriptacoulous:BlindDown wont stop scaling at ScaleTo Target Value
Hi there! I''m happy to came accross these libraries, great job! Some first approaches lead to immediate results and were encouraging enough to do some serious stuff. Now the troubles set in: When calling BlindDown as BlindUp etc. and passing a ScaleTo argument, the function still runs down till ScaleTo = 0. Syntax etc. is all right; I even can notice a slight delay at the defined ScaleTo valuel, it simply wont stay there. I''d be happy if you could give me directions of how to stop the function at the requested ScaleTo value. Many than...
2006 May 20
10
Changing the height of LI elements to achieve such an effect?
Hi Everybody, I was wondering if there is such a work done with Scriptaculous/Prototype before and if not how to achieve it? Example : http://www.anatolip.com/ It is done with codes borrowed from moofx and his own codes. Thanks in advance Danial _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2006 Apr 26
12
RE: how to use Effect.BlindUp for resizing a div
...> To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: [Rails-spinoffs] how to use Effect.BlindUp for resizing a div > > I would like to resize a div to half the size that it was and would like > to > use the BlindUp transition. I think that I need the scaleTo parameter > from > the docs: http://wiki.script.aculo.us/scriptaculous/show/Effect.BlindDown > But this doesn''t exactly work. > > new Effect.BlindUp(gridId, {scaleTo: 50}); > > What happens is that the div does the blind up transition until it is half > the origin...
2006 Apr 08
0
MSN like blind - BottomToTop
..., Effect.Base.prototype), { initialize: function(element, percent) { this.element = $(element) var options = Object.extend({ scaleMode: ''box'', // ''box'' or ''contents'' or {} with provided values scaleFrom: 100.0, scaleTo: percent }, arguments[2] || {}); this.start(options); }, setup: function() { this.restoreAfterFinish = this.options.restoreAfterFinish || false; this.elementPositioning = this.element.getStyle(''position''); this.originalStyle = {}; [''top'...
2006 Apr 25
12
RE: Element.scrollTo duration isn''t working
I thought the duration parameter was only used with Effect functions, but I could be wrong. Greg > -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs- > bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Joe Hudson > Sent: Tuesday, April 25, 2006 8:37 AM > To:
2006 Jun 23
4
Creating a scrolling effect with slider
I''m currently working on a method to implement a scroller for a div using a slider. I need to do this as an alternative to making a stylish flash scroller with content. The main advantage of this method is to allow the ability to style the sliding elements cross browser (and maybe as a future add on... the ability to have a scroll.to for a scrolling div). This is my first attempt at