Skip to content

Instantly share code, notes, and snippets.

@anonymoussc
anonymoussc / CLI
Created March 6, 2015 03:17
Install gulp4
# uninstall previous Gulp installation, if any
$ npm uninstall gulp -g
$ cd [your_project_root]
$ npm uninstall gulp
# install Gulp 4 CLI tools globally from 4.0 GitHub branch
$ npm install gulpjs/gulp-cli#4.0 -g
# install Gulp 4 into your project
$ npm install gulpjs/gulp.git#4.0 --save-dev
@anonymoussc
anonymoussc / clear-npm-cache.md
Last active August 29, 2015 14:25
Clear npm cache

npm cache clean

@anonymoussc
anonymoussc / install-gulp4-alpha.bash
Last active September 28, 2015 11:46
Installing gulp-4-alpha
# uninstall previous Gulp installation if any.
npm uninstall gulp -g
cd [your_project_root]
npm uninstall gulp
# install Gulp 4 CLI tools globally from 4.0 GitHub branch
npm install gulpjs/gulp-cli#4.0 -g
@anonymoussc
anonymoussc / README.md
Last active August 29, 2015 14:25
The definition of animation and the web context

The definition of animation and the web context

Animation, by definition, is the process of creating a continuous motion over a period of time.

@anonymoussc
anonymoussc / README.md
Last active August 29, 2015 14:25
CSS Transition animation

##CSS Transition animation

@anonymoussc
anonymoussc / README.md
Last active August 29, 2015 14:25
CSS3 transitions

##CSS3 transitions

CSS Transitions allows property changes in CSS values to occur smoothly over a specified duration.

CSS is a language for describing the rendering of structured documents (such as HTML and XML) on screen, on paper, in speech, etc. - http://dev.w3.org/csswg/css-transitions/

@anonymoussc
anonymoussc / README.md
Last active August 29, 2015 14:25
CSS Keyframe animation

##CSS Keyframe animation

@anonymoussc
anonymoussc / README.md
Last active August 29, 2015 14:25
Transition-timing-function

##Transition-timing-function

@anonymoussc
anonymoussc / README.md
Last active August 29, 2015 14:25
CSS3 transform rotate

##CSS3 transform rotate

@anonymoussc
anonymoussc / AngularJS-Shield.svg
Last active August 29, 2015 14:25
CSS3 transform scale
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.