My learning journal for Code Fellows
Reading 14a
- The transfrom property has two different settings, 2D and 3D each one has its own props and values
- Transform prop accpets multiple values, rotate provies the ability to rotate an element 0 - 360. Postive value clockwise, negatice counterclockwise.
- Scale trahsforms the appared size of an element. default is 1 so anything between .99 - .01 adjusts the size and any value greater than or = to 1.01 makes it bigger.
- In order for 3D transformations need a perspecive to transform, It can be set in 2 different ways.
- I really like the simple CSS transitions, I think the square to circle and shadows really make the page pop.
Things I want to learn
- Seeing all these CSS tricks and animations really is a 180 from changing font color yesterday. I really want to try out a few of them on our project.