Joined April 2014
·
Achievements
39 Karma
0 Total ProTip Views
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Epidexipteryx 3
Have at least three original repo where C++ is the dominant language
Epidexipteryx
Have at least one original repo where C++ is the dominant language
Is the scroll-animation function apart of angular (i.e. a directive), or is that a normal html attribute?
Also, how can I add a css class dynamically if the element is on screen? My first plan was to use the 'fireupMarketingDesignAnimation' callback, and add the css in that function, but I'm not sure how I could add css to the specific element.
I essentially want to animate only if the item is on screen. I have css classes that I'm already using for animations (https://github.com/daneden/animate.css), but I just want to add them dynamically based on scroll position. Any advice?