Skip to content

Commit 6a603c7

Browse files
authored
Update animate-images-with-keyframes-using-css.mdx
1 parent ddb053b commit 6a603c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

projects/animate-images-with-keyframes-using-css/animate-images-with-keyframes-using-css.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ using CSS `@keyframes` !! (We'll explain more soon...) And the best part- we don
7070

7171
Before we get started, it's important to note what animations are in CSS. Animations are made up of a series of frames, or in this case, HTML elements that change over time.
7272

73-
<RoundedImage link="https://i.imgur.com/oYGbPkH.gif" description="html review" />
74-
7573
### keyframes
7674

7775
CSS animations have "steps" in them (also known as keyframes) to signify each moment of change in the animation.

0 commit comments

Comments
 (0)