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.
- Host: GitHub
- URL: https://github.com/imfly/ember-cli-animated-header
- Owner: imfly
- License: mit
- Created: 2016-04-06T06:47:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-10T14:34:43.000Z (about 10 years ago)
- Last Synced: 2025-02-11T03:34:58.956Z (over 1 year ago)
- Language: HTML
- Size: 19.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)