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

Start animsition when i want #33

Closed
simox-dev opened this issue Apr 7, 2015 · 4 comments
Closed

Start animsition when i want #33

simox-dev opened this issue Apr 7, 2015 · 4 comments

Comments

@simox-dev
Copy link

Hi!!
I'm start to use animsition a few day ago and is really nice!
I have a problem, can I start the animsition when I want and not only on "(document).ready" ??

I want to call the animsition when I'm in a special zone of the view.

Thanks

@ungki
Copy link
Collaborator

ungki commented Apr 9, 2015

add animsition.js & call & html markup in your custom page only. or async?
https://github.com/jrburke/requirejs

edit : #50

@stailer
Copy link

stailer commented Jul 3, 2015

My solution : #46

@blivesta blivesta mentioned this issue Jul 5, 2015
10 tasks
@men232
Copy link

men232 commented Aug 26, 2015

Basic example

$('body').on('click', function(event) {
    $('.animsition').animsition('pageOut', $(event.target), 'myURL');
});

@blivesta
Copy link
Owner

@men232 👍

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

No branches or pull requests

5 participants