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
293
293
we see that we have a nice thumbnail swapper. By clicking on the thumbnails listed on the page,
294
294
the profile phone image changes. But how can we change this around to add animations?
295
295
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
298
297
selected thumbnail image.
299
298
The best way to specify state changes within HTML is to use classes.
300
299
Much like before, how we used a CSS class to specify
You can’t perform that action at this time.
0 commit comments