An open API service indexing awesome lists of open source software.

https://github.com/gilbox/kapi-scroll

rekapi-based angular directive for scroll-based animations
https://github.com/gilbox/kapi-scroll

Last synced: 10 months ago
JSON representation

rekapi-based angular directive for scroll-based animations

Awesome Lists containing this project

README

          

kapi-scroll
===========

rekapi-based angular directive for scroll-based animations

**DEPRECATION WARNING: All of the kapi-scroll features have been rolled into [`spark-scroll`](https://github.com/gilbox/spark-scroll). This project is abandoned**

Setup
=====

- Simple Setup: see **[this plunker](http://plnkr.co/edit/K47ghm?p=preview)**
- RequireJS Setup: see **[this plunker](http://plnkr.co/edit/2MELfz24JRu30dld7ce7?p=preview)**

Usage
=====

## Basic Example

```html


This Title is Kapimated


```

## Override element-wide easing at a specific keyframe

```html


This Title is Kapimated


```

The title will use `easeOutQuad` in all cases except for the scroll position range [`121`, `141`]

## Formulas

```html


This Title is Kapimated


```

Learn more about formulas at [spark-scroll](https://github.com/gilbox/spark-scroll)