Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting Delay for FX Elements? #461

Open
OrangeWacko opened this issue Nov 15, 2012 · 2 comments
Open

Setting Delay for FX Elements? #461

OrangeWacko opened this issue Nov 15, 2012 · 2 comments

Comments

@OrangeWacko
Copy link

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

@Mottie
Copy link
Contributor

Mottie commented Nov 17, 2012

Great idea! I'll put it on my to do list!

@zizther
Copy link

zizther commented Mar 27, 2013

+1. This sort of thing would be really useful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants