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
Hello, it seems nice, but I have to know, if there is option animate element only after it appeared on screen. Didn't check the code properly, but didn't find any function enabling it in documentation.
something like this:
function isElementInViewport(el) {
var rect = el.getBoundingClientRect();
because I think it would be nice, because if it is not implemented, user usualy see only top animations, I created my lib, it is not so elaborated, so I was lucky to find yours, here is mine:
Hello, it seems nice, but I have to know, if there is option animate element only after it appeared on screen. Didn't check the code properly, but didn't find any function enabling it in documentation.
something like this:
function isElementInViewport(el) {
var rect = el.getBoundingClientRect();
}
because I think it would be nice, because if it is not implemented, user usualy see only top animations, I created my lib, it is not so elaborated, so I was lucky to find yours, here is mine:
https://github.com/andylaci/animate-visible
It doesn't have callbacks, but delay does the job, you can take the best things from mine and improve yours ;)
The text was updated successfully, but these errors were encountered: