You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: