UNPKG

angular-scroll-animate

Version:

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 dependencies.

10 lines (8 loc) 210 B
# before_script: # - "sh -e /etc/init.d/xvfb start" before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start"# script: "DISPLAY=:99.0 bundle exec rake jasmine_core_spec" rvm: - "1.9.3"