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

https://github.com/imfly/ember-cli-animated-header

An ember compernent for animated header on scroll.
https://github.com/imfly/ember-cli-animated-header

Last synced: over 1 year ago
JSON representation

An ember compernent for animated header on scroll.

Awesome Lists containing this project

README

          

# Ember-cli-animated-header

A fixed header that will animate its size on scroll.

这是一个Ember插件,实现了一个小功能:当滚动滑块时,网站头会改变大小。

## Installation

```sh
$ ember install ember-cli-animated-header --save
```

## Usage 使用

```
{{#animated-header}}
Your code
{{/animated-header}}
```

## Contributing 贡献

Pull requests welcome, but they must be fully tested (and pass all existing tests) to be considered. Discussion issues also welcome.

* `git clone` this repository
* `npm install`
* `bower install`

## Running Tests 测试

* `npm test` (Runs `ember try:testall` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`

For more information on using ember-cli, visit [http://ember-cli.com/](http://ember-cli.com/).

## License

[MIT LICENCE 2016 imfly](./LICENCE)

## Thanks

[AnimatedHeader](https://github.com/codrops/AnimatedHeader)