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 responsive animations:
- use at least 1 callback function as a parameter in a method to regulate the timing of an animation.
- transform at least 1 element on the page in response to algorithmic calcluation (e.g. if x, then do one thing; else, do another (or nothing)).
- use 3 different kinds of user events to trigger different animations (e.g., mouse behavior, key press, information from an input element, etc.)
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 responsive animations as indicated in the instructions above
- be free of coding errors