Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

1. In the `index.html` file you'll find a form with a couple inputs: color and animation name. Go ahead and live serve this page and type in something then click "Create New Element". Try "bounce" and "red".
1. What's happening?
1. Look at the HTML file and then look at the `main.js` file to see how the values are being changed?
1. Look at the HTML file and then look at the `index.js` file to see how the values are being changed.
1. Figure it out yet?
1. On the `keyup` event, the input fields' values are being saved to the variables at the top of the JS file. When the "Create New Element" button is clicked another function is fired. What's happening there?
1. Walk through it line by line and ask yourself what's going on? How does this work?
Expand Down