A simple presentation & project demonstration on getting started with CSS Animations & Transitions
This presentation breaks down animations into two entities: Effect & Act. This enables us to separate the different aspects of transformations in CSS, with the movement associated with Animations. The presentation is built in markdown and compiled visually with MarkdownPresenter.
The Effect covers what is being changed
- CSS Properties
- Transform
- Keyframes
The Act covers how it is being changed
- Transition
- Animation
The project consists of a glossary of values and properties for Transitions, Transforms, and Animations featured in CSS3. Information comes from various sources including but not limited to MDN, CSS-Tricks...