akella / PolygonTransitions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Experimental Polygon Transitions with WebGL

Some experimental animations using triangles for image transitions with WebGL.

Triangles

Article on Codrops

Demo

Installation

To run demo you will need Parcel, either install it

npm install -g parcel-bundler
parcel index.html

Or run without installation:

npx parcel index.html

After that demo should be available on http://localhost:1234.

Misc

Follow Yuriy: Twitter, GitHub

Follow Codrops: Twitter, Facebook, GitHub, Instagram

License

MIT

Made with đź’™ by Codrops

About

License:MIT License


Languages

Language:GLSL 43.3%Language:JavaScript 24.7%Language:HTML 21.9%Language:CSS 10.1%