soulrider911 / card-deck-dropdown

Card Deck style dropdown menu using CSS3 transitions and transforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Card deck drop down menu 1.0

A simple menu made fun! This "card deck dropdown" is a beautiful display of what can be achieved using some CSS3 transitions, a little JS, and some creative thinking!

Drop down menus need love to :)

Install Packages

After cloning the project to your computer run the following command in your terminal to install all required node and bower packages.

sudo npm install && bower install

Start

To start the build system:

gulp

Deploy

To deploy a delivery build run:

gulp build

gulpfile.js

This is the file that contains all of the gulp tasks and the will run with the default "gulp" command.

.bowerrc

Controls the location where bower packages will be installed. Currently all bower components live in app/bower_components

About

Card Deck style dropdown menu using CSS3 transitions and transforms


Languages

Language:CSS 52.2%Language:JavaScript 30.0%Language:HTML 17.8%