angular-scroll-animate
angular-scroll-animate copied to clipboard
An Angular.js directive which allows you to perform any javascript actions (in the controller, or on the element) when an element is scrolled into, or out of, the users viewport, without any other dep...
I know it is supposed to work with Ionic 1, but its not. Any Heads up.
Hello! I am trying to pass the index into the when-visible directive so that I have alternating scroll effects. Here is what I have working: ``` ... $scope.animateElementIn = function($el)...
It looks like it triggers when the start of the element is in view, based on delay-percent. However, it does not have an equal trigger when the end of the...
Hi, I'm trying to use this directive, but for some reason, the functions I supplied to the when-visible and when-not-visible attributes of the element fail to run. Below is my...
I'm using when-visible attribute to add animation to an element. It works fine when the browser zoom level is 100% but it is not working when browser zoom level is...
In the bower.json file, i think that add dependency of animate.css and create a css file for hidden elements
I have no idea what's going on, but we had three applications, all of which were using angular-scroll-animate, and they're now all broken. It seems that the production versions which...
Lets say for example you have a group of items that are arranged in a grid set to wrap, depending on view width they are arranged so that 2, 3...
Hello Mr. Robert, Thank you for the great code you've provided here. I managed to get it to work along with my Routes build, but I'm facing a little issue...
Hello! Thank you for this great module! However, I have a proposition. It would be great to have a CSS class helper in order to use it like this: `when-visible-class="animated...