Hello
It looks like in your site, now playing is placed in sweet characters.
You can do your customize(different divs) for each.
1.If you want to change slider transition speed, you can do it on script.js file.
Especially on the line 131, chagne interal number from 5000 to 10000 or whatever:
$(‘.carousel’).carousel({
interval: 5000 //changes the speed
})
2. Could you clarify that which zoom in animation do you want to change like in order window etc?.
Thank you