AIM 2

Tuesdays, 3:30 pm - 6:20 pm
Instructor: Erik Brown

Week 14

CSS Animations

W3Schools: transform property

transform: translate(Xpx,Ypx) rotate(#deg) scale(X,Y) skew(Xdeg,Ydeg);
(for scale, use a # that is similar to an em measurement)

W3Schools: transition property
Transition format
Combining transitions and transformations
Transition-timing-function comparison

Fun stuff:
3D transforms & animations
Madmanimations

Due next week:
Project 2

TOP