Skip to content

CSS Transform Playground. Online tool to visualize 2D & 3D CSS3 Transform functions.

License

Notifications You must be signed in to change notification settings

tech-stack-academy/css-transform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

css-transform › css-transform.moro.es

CSS3 Transform Functions Playground. Demo UI built with Vue, Gulp and LESS. Deployment via Netlify

Netlify Status

CSS Transform


Development

— Install

Clone or download the repository and install dependencies

$ git clone https://github.com/alterebro/css-transform.git
$ cd css-transform/
$ npm install

— Serve

Start a local server, i.e the SimpleHTTPServer python module

$ python -m SimpleHTTPServer <port>

# Source    : http://0.0.0.0:8000/src/
# Compiled  : http://0.0.0.0:8000/dist/

— Build

Using gulp to compile the project

$ npm install gulp-cli -g # In case gulp isn't already installed
$ gulp build

Jorge Moreno — @alterebro

About

CSS Transform Playground. Online tool to visualize 2D & 3D CSS3 Transform functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.6%
  • Less 32.4%
  • JavaScript 20.0%