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

how to add strolling effects for div elements within a div parent ? #43

Open
Belle-1 opened this issue Mar 8, 2018 · 0 comments
Open

Comments

@Belle-1
Copy link

Belle-1 commented Mar 8, 2018

html
<div id='deck'>
<div class='card flip'></div>
<div class='card flip'></div>
<div class='card flip'></div>
</div>
<script>
stroll.bind($('#deck .card'));
</script>

stroll.min.css
.flip{...} .flip div.card{...} .flip div.card.past{...}

stroll.min.js
if(!n.nodeName||/^(div|div)$/i.test(n.nodeName)===false){return false; }

thanks in advance :)

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

1 participant