-
Transition ( property | duration | timing-function | delay )
- transition-property: none|all|property|initial|inherit;
- transition-duration: time|initial|inherit;
- transition-timing-function: ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier()|initial|inherit; (http://www.w3schools.com/cssref/tryit.asp?filename=trycss3_transition-timing-function3)
- transition-delay: time|initial|inherit;
-
Transform
-
2D Transform methods
- translate()
- rotate()
- scale()
- skewX()
- skewY()
- matrix()
-
Transform Properties
- Perspective (left-right : x axis, top-bottom : y axis;https://css-tricks.com/almanac/properties/p/perspective/)
-
3D Transform methods
-
-
Animation (animation-name, animation-duration, animation-timing-function, animation-delay, animation-iteration-count, animation-direction)
FLEXBOX:
Properties for the Parent (flex container)
- display: flex;
- flex-direction: row | row-reverse | column | column-reverse;
- flex-wrap: nowrap | wrap | wrap-reverse;
- flex-flow: flex-direction flex-wrap;
- justify-content: flex-start | flex-end | center | space-between | space-around;
- align-items: flex-start | flex-end | center | baseline | stretch;
- align-content: flex-start | flex-end | center | space-between | space-around | stretch;
Properties for the Children (flex items)
- flex: none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]
- order: ;
- flex-grow: ; /* default 0 */
- flex-shrink: ; /* default 1 */
- flex-basis: | auto; /* default auto */
- align-self: auto | flex-start | flex-end | center | baseline | stretch;
Using BrowserSync resource below.
Resources: https://scotch.io/tutorials/how-to-use-browsersync-for-faster-development https://css-tricks.com/snippets/css/a-guide-to-flexbox/
-
Notifications
You must be signed in to change notification settings - Fork 0
azizultex/All-About-CSS3
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published