Exploring Transformations
- matrix
Transforms an object by applying a matrix of values to it
- translate
Moves an element's origin
- scale
Scales an object
- rotate
Rotates an object
- skew
Skews an object
- And some 3D for webkit only?
perspective, transform-origin, translate3d, scale3d, rotate3d
oh my oh my oh my oh my
oh my oh my oh my oh my
oh my oh my oh my oh my
Code uses BOTH JavaScript and CSS transformations, (-:
- go bonkers...with innerHTML (never document.write!!!)
- and now... ransom!
3d transforms require a prespective to be THE MOST interesting
Code uses ONLY CSS animation
The web abounds with examples that use ONLY css now, even for animations! (-:
Code uses JavaScript animation, (-: