Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`.