From fb07ab57c293324085db1d1570ae7549ecfc3c99 Mon Sep 17 00:00:00 2001 From: Lan5880 <67932379+Lan5880@users.noreply.github.com> Date: Wed, 27 Jul 2022 22:16:09 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 334535b..ef033d9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -### Makisu +## Makisu An experimental CSS 3D dropdown concept, wrapped up in a [jQuery](http://jquery.com/) plugin. @@ -6,7 +6,7 @@ Check out the [demo](http://soulwire.github.com/Makisu/) _(you'll need a CSS 3D 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: @@ -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.