EagerWolf Posted September 12, 2008 Share Posted September 12, 2008 Hello! I've surfed the internet and find a nice content switcher on www.mimovrste.com. If you go to this web site and wait a moment you will see that the content switcher in the middle will change the current special offers with a nice transition. I've googled to find a script like this with no success. Does anyone know a script like this? Thanks! Quote Link to comment Share on other sites More sharing options...
simonrs Posted September 12, 2008 Share Posted September 12, 2008 Script.aculo.us is the effects library I used (built on prototype). www.script.aculo.us is the url. You'd use scheduled Effect.Fade() and Effect.Appear()'s on the different divs to replicate the effect of the site you linked to. Quote Link to comment Share on other sites More sharing options...
EagerWolf Posted September 12, 2008 Author Share Posted September 12, 2008 Nice thanks for the answer. But the provided URL is accessible only with user name and password. Quote Link to comment Share on other sites More sharing options...
rhodesa Posted September 12, 2008 Share Posted September 12, 2008 The URL is actually http://script.aculo.us/ Quote Link to comment Share on other sites More sharing options...
simonrs Posted September 12, 2008 Share Posted September 12, 2008 oops sorry was domain guessing rather than copy and pasting! take a look around the api, there's demos on each page, you won't need to write that much custom javascript to link it in. Quote Link to comment Share on other sites More sharing options...
obsidian Posted September 12, 2008 Share Posted September 12, 2008 I have built a content slideshow using the jQuery library as well. When you target a div, you can simply call $('#my-div').fadeOut('slow') or $('#my-div').fadeIn('slow') and even pass a callback function to prep for your next transition. Just another option... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.