Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
### Makisu
## Makisu

An experimental CSS 3D dropdown concept, wrapped up in a [jQuery](http://jquery.com/) plugin.

Check out the [demo](http://soulwire.github.com/Makisu/) _(you'll need a CSS 3D capable browser, such as [Chrome](www.google.com/chrome).)_

A current list of supported browsers can be found [here](http://caniuse.com/#search=3d%20transform).

#### Example usage
### Example usage

Use it like any regular jQuery plugin:

Expand All @@ -24,12 +24,12 @@ The options available are:
- `shading` Default shading colour (`null` for no shading)
- `perspective` Perspective to apply to 3D transformed objects

#### API
## API

Once an element has been extended as in the example above, you can `open`, `close` and `toggle` it.

$( '.list' ).makisu( 'open' );

#### Trivia
## Trivia

The name comes from the [object](http://en.wikipedia.org/wiki/Makisu) that inspired it.