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! Link to comment https://forums.phpfreaks.com/topic/123903-js-div-transition/ 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. Link to comment https://forums.phpfreaks.com/topic/123903-js-div-transition/#findComment-639640 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. Link to comment https://forums.phpfreaks.com/topic/123903-js-div-transition/#findComment-639668 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/ Link to comment https://forums.phpfreaks.com/topic/123903-js-div-transition/#findComment-639742 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. Link to comment https://forums.phpfreaks.com/topic/123903-js-div-transition/#findComment-639778 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... Link to comment https://forums.phpfreaks.com/topic/123903-js-div-transition/#findComment-639806 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.