animation
we will be learning and using a number of different animation techniques such as:
- transitions
- 2d transform
- 3d transform
- keyframe animation
- javascript animation (? or is that for all the above)
- SVG animation?
we will be learning and using a number of different animation techniques such as:
this is a brief review of CSS3 transitions you have probably done in web1
Your challenge exercise should include:
use 2d transform to animate
CSS Tricks & Chris Coyier are excellent resources. Here is their transform reference
having trouble completing the challenge. Check out my solution.
For this exercise we will combind 3d transform with keyframe animation.
The 3 dimensions are X (horizontal plane), Y (vertical) and Z depth.
Ideally, watch ths only when yo have tried the challenge
Create a @keyframe animation in order to achieve multi-step, more complex movement.
..should you choose to accept it.
ideally for challenges, you use the techniques but then create something of your own.
solution fileI feel like this is only 1/2 developed, but some good stuff if you have time.
Note that this is also an OPTIONAL exercise.
demo file from video