• Stars
    star
    1,532
  • Rank 30,541 (Top 0.7 %)
  • Language
    CSS
  • Created about 12 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

CSS 3D Dropdown Concept

Makisu

An experimental CSS 3D dropdown concept, wrapped up in a jQuery plugin.

Check out the demo (you'll need a CSS 3D capable browser, such as Chrome.)

A current list of supported browsers can be found here.

Example usage

Use it like any regular jQuery plugin:

$( '.list' ).makisu({
    selector: 'li',
    overlap: 0.2,
    speed: 0.8
});

The options available are:

  • selector Children matching this selector will be folded into the Makisu
  • speed The animation duration (in seconds) for each folding item
  • overlap Fraction of speed by which folding items overlap (0 to 1)
  • shading Default shading colour (null for no shading)
  • perspective Perspective to apply to 3D transformed objects

API

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

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

Trivia

The name comes from the object that inspired it.

More Repositories

1

sketch.js

Cross-Platform JavaScript Creative Coding Framework
JavaScript
4,086
star
2

fit.js

Fit things into other things
JavaScript
1,888
star
3

Coffee-Physics

A simple, lightweight physics engine written in CoffeeScript
CoffeeScript
1,059
star
4

WTFEngine

An HTML / CSS / JavaScript template for creating WhatTheFuckIsMyMashup.com style web sites
JavaScript
686
star
5

Muscular-Hydrostats

Tentacle simulation using inverse kinematics
JavaScript
491
star
6

FoldScroll

Experimental CSS 3D scroll behavior
JavaScript
419
star
7

WebGL-GPU-Particles

1 million+ particles being moved around on the GPU via WebGL
JavaScript
380
star
8

Recursion-Toy

A tool for exploring and visualising recursion / branching systems, written in JavaScript
JavaScript
207
star
9

Springboard

Springboard helps you setup web projects in seconds and easily manage concatenation, minification and compilation of scripts and styles. The idea behind Springboard is to provide a universal build system for HTML/CSS/JS projects that works with your own project template library (whichever boilerplates you may use) and helps you get going with projects of any size quickly and easily.
JavaScript
195
star
10

FontMetrics

A lightweight JavaScript library for computing accurate font metrics such as x-height, cap height, ascent, descent and tittle for any loaded web font.
JavaScript
175
star
11

Plasmatic-Isosurface

A 2 dimensional plasma simulation running on the GPU, written in GLSL and CoffeeScript and rendered with WebGL.
CoffeeScript
138
star
12

SoulwireAS3Framework

Soulwire AS3 Framework
ActionScript
87
star
13

Worms

Experimenting with Inverse kinematics, Catmull-Rom Splines & Wander Behaviors
JavaScript
43
star
14

Unwrapageddon

The gift that keeps on giving...
JavaScript
32
star
15

organis.ms

An exploration of simulated evolution, movement and behavior
JavaScript
30
star
16

Crystallisation

A JavaScript / CoffeeScript & 2D Canvas experiment, exploring the recursive subdivision of polygons to form crystallisation patterns.
JavaScript
20
star
17

ParticleNodeSequencer

An experimental particle based audio sequencer, created in Flash using Tonfall; the new open source AS3 audio engine produced by Andre Michelle
ActionScript
16
star
18

Coffee-Percolator

Use import directives in CoffeeScript to manage dependancies with this tasty CakeFile
CoffeeScript
15
star
19

alfred-hash-workflow

Generate hashes for strings via Alfred using various algorithms including MD5, SHA1, SHA224, SHA256, SHA384 and SHA512
7
star
20

NeuroSynth

Synthesiser and sequencer based somewhat on the concept of neural networks
JavaScript
7
star
21

TensorField

A small interactive experiment with gravitational forces
JavaScript
6
star
22

KineticCanvas

Kinetic Canvas
JavaScript
3
star
23

superlativ.es

Emancipate your verbal lexicon from monotonous and hackneyed superlatives with this preeminent compendium of atypical utterances.
3
star