https://github.com/linjunpop/shimmer
Shimmer SCSS mixin
https://github.com/linjunpop/shimmer
Last synced: about 1 year ago
JSON representation
Shimmer SCSS mixin
- Host: GitHub
- URL: https://github.com/linjunpop/shimmer
- Owner: linjunpop
- Created: 2014-03-23T06:18:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-24T07:44:51.000Z (over 12 years ago)
- Last Synced: 2025-02-26T11:14:22.479Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 129 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shimmer

See it in action: http://cdpn.io/Hdmay
## Usage
```scss
@include shimmer($background-color:#000, $shimmer-color:#E9DDCC, $duration:2.0s);
```
## Vendor prefix
Try https://github.com/ai/autoprefixer, it's awesome.