Displaying 20 results from an estimated 9000 matches similar to: "Scriptaculous: Move not as smooth as other effects?"
2005 Sep 17
0
scriptaculous effects
Hey there, I am new to this list and to Rails and Ajax in general. I
stumbled across the scriptaculous library and was hoping some one
could answer a couple of questions I have..
I am trying to combine effect.BlindUp and effect.BlindDown I am
obviously missing something.
I have 2 elements on my page. One is a "switch" and it has
onMouseOver="new
2006 Sep 07
3
Using "scriptaculous.js?load=effects" on FF
Hi All,
For somewhat when I use <script src="scriptaculous.js?load=effects> the
effects.js is never get downloaded on FF. So, I can''t use any effect
at all. Anyone has the same problem? Please help!
Thanks,
Palawan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2005 Oct 10
2
Scriptaculous - chaining effects.
I have an element where I do a BlindDown on mouse over and a BlindUp
on mouse out...
The problem I am seeing is if I take my mouse off befor the first
blind down is all the way down, the blind flickers and it is
competing at lowering and raising the blind simultaneously.
I assume (hoping) there is some way to ether :
1) Have blind up wait till blind down is finished befor going back up
2008 Apr 24
4
Scriptaculous Help (page exit effects)
I was wondering if it was possible in Prototype/Scriptaculous to run
an effect when a link is clicked, then go to that page, or if it was
possible to have an effect run when the page unloads.
I have tried <body onunload="new Effect.Fade("whatever");> and some
prototype page exit events, could get a alert("") function to work,
but not the effects. Any ideas?
2006 Feb 27
1
ie problem with scriptaculous effects
http://oneschool.acibe.com/osacademy/
my layout keeps messing whenever i use IE and i have run out of ideas how to
fix this bug.
you could try browsing the page using both IE and mozilla, when using IE,
click on the links inside the "school information" box to see what i mean.
also you could try toggling the calendar box at the bottom part of the page,
you may also notice that the
2005 Aug 03
1
Scriptaculous: Effects.js SlideDown Firefox Possible Bug
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: bug-firefox.gif
Type: image/gif
Size: 2038 bytes
Desc: not available
Url : http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050803/0e69c265/bug-firefox.gif
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2006 Nov 27
7
3 prototype/scriptaculous effects in order on one <div>
What I am trying to do is fade out the content in a certain <div> load
new content while its black then fade in the new content but im lost.
I need it to go like this...
Effect.Fade,Ajax.Update,Effect.Appear
but everytime I try to do it it just trys to do all of them at once,
how do I go about making the effects wait on the previous one before it
starts?
2006 Jul 17
2
RE: scriptaculous appear effect and tiny_mce bug onopera 9
I seem to recall the Effect.Appear setting the final opacity to 0.99 to
avoid some bug on some browser; anyone remember the specifics? Seems
like we should probably just conditionally check for the broken browser
and set to 0.99 for only that one, otherwise leave it at 1.0, but I know
I don''t have the full picture of why it was necessary or whether it
still is.
Greg
2007 May 02
1
Scriptaculous Effect onfinish property???
Is there some "onfinish" property I can set for an effect so I can
perform a custom function (not neccessarily another effect, so this
leaves out Effect.Queues)?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to
2006 Dec 19
2
Effect.Pulsate on last scriptaculous
Somone have tested the last scriptaculous version that ships with last
prototype?
I you make an Effect.Pulsate, the element stays hidden after the effect
finish if the element don''t have opacity stablished. This is for the changes
on the setStyle method on prototype.
The original code is:
2007 Sep 02
1
Scriptaculous - Sortables problem within a scrollable div
Hello everyone:
I''ve been using scriptaculous for very long time and it''s really good.
However, I just came across another problem about using sortables in a
scrollable div.
The basic structure is:
<div style="overflow:auto; height=400px">
<div id=''Item1''></div>
<div id=''Item2''></div>
....
2006 Mar 09
0
[FEATURE] Effect.Accordion
Hey guys
Attached is probably the final version of my Effect.Accordion. I don''t
know how it compares to the previous Effect.Accoridon submitted.
It still flickers a bit, however there is a hack which fixes the
container''s height, so it doesn''t flicker the rest of the elements on
the page. It''s also barely noticable in IE6. Any suggestions on how to
fix this
2008 Apr 27
4
Smoothing out effects/ consistent effects everytime
HI All,
I am using this code here:
setTimeout("Sound.play(''sounds/movieprojector.mp3'');", 600);
setTimeout("Effect.Appear(''slideshow5'');", 850 + 600);
setTimeout("Effect.Puff(''slideshow5'');", 850 + 600 + 850);
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 May 26
0
I can not get any scriptaculous effects to finish with items visible
I''m sorry I can''t seem to get any of the scriptaculous
effects to work correctly. I''ve searched on the web
forum but found nothing relevant. The only time I get
an HTML element to fade or shrink gracefully is when I
use them as inline handlers and feed them ''this''
instead of the HTML element id. But I can not get
anything to appear. Things disappear but
2008 Mar 09
1
Event delegation library that interacts with Scriptaculous
Hey Guys,
Wanted to let you know about an event delegation library that
interacts with Scriptaculous that we''ve used to make interactive UI
elements with really clean code. We used it with Scriptaculous to
create the scrolling widgets on the homepage of http://javascriptmvc.com/.
It''s called Controller and it is an event delegation library that
helps logically organize your
2006 Apr 17
2
RE: document.getElementsByClassName (prototype) andElement.childrenWithClassName (scriptaculous) redundancy?
Isn''t the difference that the scriptaculous one only gets child nodes
from the node you specify, whereas the prototype one gets all in the
entire document?
Still, it would be nice to just have the one, and let you pass in the
document element if you wanted all of them.
Just guessing, really. I haven''t looked at the code in question.
Greg
> -----Original Message-----
>
2007 Dec 11
0
Rails 2 doesn't include builder.js, scriptaculous.js, slider.js, and sound.js. Should I add them?
I''m upgrading the Scriptaculous files in my Rails 2 project to version
1.8.
Rails 2 doesn''t produce builder.js, scriptaculous.js, slider.js, and
sound.js in the Javascript folder by default, and the files it
produces (controls.js, dragdrop.js, effects.js) don''t have a version
number in them.
If I''m replacing the default files with the Scriptaculous 1.8
2008 Feb 05
0
scriptaculous drag and drop question
I have been using the scriptaculous library to build a drag and drop
feature for the application I am working on. I wanted to add
additional features and I was wondering how I would go about it using
scriptaculous library I have been searching around the web and I have
not found anything helpful.
I wanted to add a drag proxy so that when user drags on a div I wanted
the build the a new div with a
2006 Oct 29
1
scriptaculous: fade out then in.
I''m pretty new to javascript, and scriptaculous, but I know what I want
to do.
I want to make it so that when a person clicks a link, the previous
content of the div fades out, and the new content fades in.
This is what I''ve got for my function:
<script type="text/javascript">
//<![CDATA[
function loadmerch(im)
{
new