Jump to content

JS div transition


EagerWolf

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.