search for: moveby

Displaying 20 results from an estimated 22 matches for "moveby".

2005 Sep 01
1
moveby with callback
I am using the effect moveby to move a div, I would like to be able to set the value of a variable when the effect is finished currently I have an options object that I am passing to the moveby effect - with no joy, it does not work I am sure that this is possible though I have not found it on the documentation code samp...
2005 Nov 23
0
Browser inconsistencies when using Effect.MoveBy()
Hi all! Brief intro: my name is Cam McVey and I'm a web developer in Glasgow, Scotland. Now to the point of my first message. I'm trying to use Effect.MoveBy() to horizontally scroll a table 'underneath' a div. The idea is that the div is a 'viewer' -- a window that the table can be seen through. The code below works great with Firefox but not in IE 6 where, after calling MoveBy(), the table becomes visible outside the boundaries of the...
2005 Sep 13
0
Effect.MoveBy: em''s possible?
hello can somebody help me hackin the moveby effect so i can use em''s instead of px? any feedback very much appriciated. thanx alot & have a nice time, daniel :)
2005 Jun 27
1
stage left and right effects
...geLeft''s case, it moves -20 left, 40 right and then -1000 left and finally renders the element hidden. The opposite holds for StageRight. Feel free to use it for whatever you like and any suggestions are welcome. Andrew Effect2.StageBase = function(element, amount) { new Effect2.MoveBy(element, 0, amount, { duration: 0.05, afterFinish: function(effect) { new Effect2.MoveBy(effect.element, 0, -(amount*2), { duration: 0.05, afterFinish: function(effect) { new Effect2.MoveBy(effect.element, 0, amount < 0 ? -1000 : 1000, { duration: 0.5, afterFinish: func...
2005 Aug 15
6
setting position for draggables?
Hi list, how can I set the top and left CSS properties for draggable divs? When I modify the properties directly, the DIV jumps to its old position when I start to drag it. Thanks in advance! Martin _________________________________________________________________________ Mit der Gruppen-SMS von WEB.DE FreeMail k?nnen Sie eine SMS an alle Freunde gleichzeitig schicken:
2006 May 14
1
Dragable element
...ion... I have a small product image, on which ive floated a div over it, and defined it as draggable. Now, this works, and i can drag it around no problem. great. but then, what i want to do is, based on the location of that dragable element from the top and the left, to move (using the Effect.MoveBy method) a larger image - so effective its a detail viewer. But, ive come into problems. I can get the logic to work out exactly where the box is, but when i go to movve it, it works perfectly on the first go, but on subsequent moves it goes the wrong way?! My javascipt is... var oiX = 0; var o...
2007 Mar 13
3
Prototype question invalid error in IE6
...margin = (winHeight/2)-268; function init() { $(''timeline'').setStyle({ marginTop: new_margin + ''px'' }); } window.onload = init; </script> And heres my link in the body that moves it: <a href="javascript:void(0)" onclick="new Effect.MoveBy(''timeline'',0, - winWidth);">Click</a> The whol thing it self it a timeline of the 60s. I hope to add more cool effects. Any help would be greatly appreciated! Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are...
2006 Mar 27
0
Effect problems
...} } ); new Effect.Fade( ''logo'', { duration: 1.0, to: 0.2, queue: { scope: ''intro'', position: ''end'' }, afterFinish: function() { new Effect.MoveBy( ''bl1'', 0, 546, { duration: 1.0 } ); new Effect.MoveBy( ''bl2'', 0, -546, {...
2005 Dec 03
0
dragdrop patch that enables dragging from and to divs with overflow:scroll
...ith ghosting and revert, because I can''t be bothered to test the other modes just yet. Have fun 141c141 < reverteffect: (function(element, top_offset, left_offset) { --- > reverteffect: function(element, top_offset, left_offset) { 143,166c143,144 < new Effect.MoveBy(element, -top_offset, -left_offset, < {duration:dur, < afterFinish:(function(){ < < if(this.onFront) { < this.onFront=false; < < this._clone.parentNode.insertBefore(this.element,this._clone); <...
2005 Nov 22
1
reverteffect - how to deal with this?
Hello everyone. Does anyone know how to deal with this? i try to change the idea of works revereffect:function but for know unsuccesfull. In my project i have to use dragable with revert: true but i don''t want have revereffect. Maybe any idea? Grzegorz Ślusarek ---------------------------------------------------- HARRY POTTER I CZARA OGNIA - PREMIERA KINOWA 25 LISTOPADA: Wejdź:
2005 Sep 16
1
Drag and Drop effects without dragging and dropping?
...ve the same effects myself. Simply, I want a function that will simulate me dragging an option across to the other list, so I can then implement a "Move All" button that will move all the items from one list to the other. I''m guessing it would be some combination of the Effect.MoveBy effect but I''m not really sure where I''d start. If anyone can point me to any documentation (on prototype or effects) that would help me out, I''d be most appreciative. Cheers, Mark C -- ------------------------------------- ATLASSIAN - http://www.atlassian.com/ Con...
2005 Sep 15
4
Scrolling Tables/Divs?
Is anyone working on a scrolling table or div such as the openrico livegrid demo? I''m looking to develop (much like smashbox''s scrolling images) a collection of thumbnails that you can scroll horizontally. I''ve got a non-prototype.js example but I wanted to check to see if anyone was closer than I to this. BTW, I will be finishing up my slider code shortly and
2006 Apr 13
0
Help ! Effect vs Ajax in script.aculo.us
Hi everybody, For me the most interesting of Effects is to do a visual effect will doing an ajax request because the user didn''t think that he is waiting for something. So, In a timeout function, I create an Effect and an AJAX call: ... Effect.MoveBy( ... ); ... Then do an AJAX Call ... setTimeout(function(){ getJsonRPC().callMyFunction(); },30); ... Unfortunately, the effect doesn''t display on the screen, it is just freeze. I''ve try this with combinaison of setTimeout() on Effect, Ajax, both, non...
2005 Dec 08
2
bounce effect
Hi, I was wondering if anyone has seen (or completed) an effect to make something ''bounce'' like icons do in the OS X dock when you launch them? Something that looks like there''s a bit of gravitational behavior to it? Thanks, Trevor Trevor Squires http://somethinglearned.com
2005 Oct 26
0
Revert Effects Option??
...gable constructor. I''m not at all excited about this solution. Is there already some way to set the parameters of reverteffect in the options that I''m not seeing?? > reverteffect: function(element, top_offset, left_offset) { > var dur = 0; > new Effect.MoveBy(element, -top_offset, -left_offset, > {duration:dur}); > } Thanks!! Linda :)
2005 Aug 30
0
content slide in out / simple toggle of content
...-index: 3; top: 0; left: -225px; width: 250px; height: 100%; margin: 0; padding: 0; } #treeWrapper * { margin: 0; padding: 0; } #tree { width: 100%; height: 100%; padding: 0; margin: 0; background: red; } JS --- Element.toggle has been tried, as has effects.MoveBy effect.slideup has also been tried but I had troubles with nesting divs, any pointers would be appreciated all the best > Sam -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050830/38e9aa5b/at...
2005 Jun 29
0
Pb : keep the coordinates after drag and drop
...products moves correctly after the sorting but when I click on one of them, the item moves directly on its initial position and I can drag and drop the item. Is there a way to update the position of my products after each sort? Each product is in a <div>, and I move the <div> with the MoveBy function. Thanks by advance and congratulations for your job!!!!! --------------------------------- Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger T?l?chargez le ici ! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath....
2006 Jul 22
17
Problem getting form_remote_tag to work with image upload
Hey guys, I am trying to pass the parameters for the file being upload, but the params[] are not being passed. Ive read through some posts and realize this is an issue with RoR. I read through some of the posts and someone suggested using: http://svn.kylemaxwell.com/form_remote_upload/trunk/ I tried to install it, and although I thought I installed it correctly, it doesn''t work.
2016 Jun 24
0
Wine release 1.9.13
...operly handle arguments in Object constructor. wininet: Fixed tests on win10. wininet: Ignore unknown attributes in get_cookie. wininet: Use INTERNET_SendCallback in ftp.c. mshtml: Added IHTMLDocument2::put_domain implementation. mshtml: Return success in IHTMLWindow2::moveBy and resizeBy. secur32/tests: Don't load secur32.dll function dynamically in negotiate.c. mshtml: Added IHTMLLinkElement::onload property implementation. Jarkko Korpi (1): widl: Fix overflow when left-shifting. Józef Kucia (50): wined3d: Recognize thread group shared me...
2005 Nov 04
19
Drag & Scroll
When using drag and drop, the browser window will not scroll if you move the mouse off the page. This makes it very difficult, if not impossible to create certain types of web applications. I know this has been mentioned before and is on the Wish List, but it''s very frustrating. If you look at this other Javascript library called "Drag''nDrop & DHTML Library"