File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -293,8 +293,7 @@ Let's add another animation to our application. Switching to our `phone-detail.h
293293we see that we have a nice thumbnail swapper. By clicking on the thumbnails listed on the page,
294294the profile phone image changes. But how can we change this around to add animations?
295295
296- Lets think about it first,
297- basically when you click on a thumbnail image, you're changing the state of the profile image to reflect the newly
296+ Let's think about it first. Basically, when you click on a thumbnail image, you're changing the state of the profile image to reflect the newly
298297selected thumbnail image.
299298The best way to specify state changes within HTML is to use classes.
300299Much like before, how we used a CSS class to specify
You can’t perform that action at this time.
0 commit comments