We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As mentioned here
This will make it easy to add css based animations when a Element is scrolled into view.
"_onScreen": { "_isEnabled": true, "_classes": "bounceOutLeft", "_options": { "_percentFromTop": 25, .... } }
new syntax:
{ "_id": "b-05", "_parentId": "a-05", "_type": "block", "_classes": "animated", "title": "b-05", "displayTitle": "", "body": "", "_trackingId": 0, "_onScreen": { "_isEnabled": true, "_classes": "wobble", "_percentInviewVertical": 50 } }
Will need to decide if we should only add classes or also remove them ...
The text was updated successfully, but these errors were encountered:
Maybe have a look at http://imakewebthings.com/waypoints/
Sorry, something went wrong.
as for now add on-screen and off-screen classes add to core and test if this causes serious performance issues
PR: #1320
lc-thomasberger
No branches or pull requests
As mentioned here
This will make it easy to add css based animations when a Element is scrolled into view.
new syntax:
Will need to decide if we should only add classes or also remove them ...
The text was updated successfully, but these errors were encountered: