In my company we are using the dojo javascript library for a project. It has an html effects module (dojo.fx.html) which is not documented yet (dojo documentation). Therefore I created a little demo that shows all basic effects.
In my company we are using the dojo javascript library for a project. It has an html effects module (dojo.fx.html) which is not documented yet (dojo documentation). Therefore I created a little demo that shows all basic effects.
3 Kommentare
Good to know, maybe it’s time to replace Prototype with Dojo. What’s you opinion in this case?
I like prototype and scriptaculous. I have chosen dojo because I ran into problems using a specific other library. It wouldn’t work with prototype because it used “for in” loops that crashed because prototype modifies the in-built javascript object and array (read more on this:here and here).
Hey,
Your blog was very useful. I have a question for you. I have a set of images, and I need to show 3 at a time and make it move from left to right. I am using dojo.fx.html.slideTo to achieve this. Now when the third image reaches a certain position, I fade it, and need to get the next image and position it where my first image originally was. Can you please tell me how I can do that? What happens when we use dojo.fx.html.fadeHide. Is it that the next image takes its place, or is the image only faded?
I would greatly appreciate your help. Thanks in advance.
Kommentar schreiben