Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 2.54 KB

README.md

File metadata and controls

52 lines (35 loc) · 2.54 KB

Gradient Circus

A presentation about the inner workings of CSS gradients. There are a few variations, each with a different set of interactive slides viewable online:

Links and references

Specs

Demos

Slide tech

The slide deck was built using Bespoke.js with some custom plugins.

View slides locally

First, ensure you have the following installed:

  1. Node.js
  2. Bower: $ npm install -g bower
  3. Gulp: $ npm install -g gulp

Then, install dependencies and run the preview server:

$ npm install && bower install
$ gulp serve