Skip to content

Commit

Permalink
Update readme.md demo page link
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeburden committed Nov 26, 2016
1 parent 3b01994 commit fe76bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# Toggles & Switches

**Toggles & Switches** were born out of [Gumby Framework](http://gumbyframework.com), a responsive [Sass](http://sass-lang.com/) framework built by [Digital Surgeons](http://www.digitalsurgeons.com/). Now a standalone library, **Toggles & Switches** aims to eliminate boilerplate UI code and provide a declarative syntax for applying CSS states and animations based on user interaction. Check out the [demo page](http://dsurgeons.github.io/Toggles-Switches/) for real world examples.
**Toggles & Switches** were born out of [Gumby Framework](http://gumbyframework.com), a responsive [Sass](http://sass-lang.com/) framework built by [Digital Surgeons](http://www.digitalsurgeons.com/). Now a standalone library, **Toggles & Switches** aims to eliminate boilerplate UI code and provide a declarative syntax for applying CSS states and animations based on user interaction. Check out the [demo page](http://digitalsurgeons.github.io/toggles-switches/) for real world examples.

CSS is powerful and usually handles a good deal of UI state and animation alone. Because pseudo states only exist for :hover, :active, :focus and :visited, developers must rely on JavaScript to bind to other user interaction events and add or remove CSS classes accordingly.

Expand Down

0 comments on commit fe76bc1

Please sign in to comment.