Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dulnan/css-water
water effect using css filters
https://github.com/dulnan/css-water
Last synced: 21 days ago
JSON representation
water effect using css filters
- Host: GitHub
- URL: https://github.com/dulnan/css-water
- Owner: dulnan
- License: gpl-2.0
- Created: 2015-09-16T19:05:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-03T18:07:47.000Z (about 6 years ago)
- Last Synced: 2024-12-16T18:12:54.962Z (27 days ago)
- Language: JavaScript
- Homepage: https://water.dulnan.net/
- Size: 25.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSS3 Water (718 bytes)
**[The Demo](https://water.dulnan.net)**A small 1k demo for a water/sea/whatever effect using the [CSS3 filter property](https://developer.mozilla.org/en/docs/Web/CSS/filter) and animations.
## How to compile
Install all the dependencies with `npm install` and then build using `npm run build`.
To start a dev server use `npm run dev`.