AnythingSlider
AnythingSlider copied to clipboard
Setting Delay for FX Elements?
Okay, in the slider we are doing the client wants for viewer to show the FX animation of one of the divs after all other things pop up, I have noticed we can't really set the timer for animating elemtns when we do FXin... Is it something that is possible to do?
Ideally it would havre looked like this:
nFx : {
'.slide-background' : {opacity :1, duration: 450 },
'.light-box' : { top: 0, duration: 750, easing :'easeOutBack', DELAY : 1200}
}
Where 1200 will mean that this element will show after 1200 milliseconds after the slide loads (doesnt depend on other things happaning)
I think this would have been a kickass featured for customizing the timing for FX
Great idea! I'll put it on my to do list!
+1. This sort of thing would be really useful!