General Instructions
Use your site on the Lourdes DMS Domain to submit your files. Transfer your code files to the server, and then submit the URL of the specific page to the Assignments tool in Canvas.
Assignment Instructions
Create an HTML, CSS, and JS page that work together to demonstrate basic animations:
- transform at least 1 element on the page using the jQuery animate method; perform multiple css transformations on the element.
- transform at least 1 element on the page using another jQuery animation method not explicitly covered in the tutorials.
- trigger the animation in some way
For this assignment...
- you may not copy code, but you may adapt snippets
- you may add animation to an existing file submitted for a previous assignment
Evaluation Criteria
To successfully complete this assignment, your code must
- function properly with sound HTML, CSS, and JS/jQuery code
- demonstrate basic animations as indicated in the instructions above
- be free of coding errors