Skip to content

Commit 78bee1f

Browse files
Drop mention of CodePen buttons from “Using CSS animations” doc (mdn#5531)
Fixes mdn#5530
1 parent d5cdb06 commit 78bee1f

File tree

1 file changed

+5
-5
lines changed
  • files/en-us/web/css/css_animations/using_css_animations

1 file changed

+5
-5
lines changed

files/en-us/web/css/css_animations/using_css_animations/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h3 id="Making_text_slide_across_the_browser_window">Making text slide across th
9595
</pre>
9696

9797
<div class="notecard note">
98-
<p><strong>Note</strong>: Reload page to see the animation, or click the CodePen button to see the animation in the CodePen environment.</p>
98+
<p><strong>Note</strong>: Reload page to see the animation.</p>
9999
</div>
100100

101101
<p>{{EmbedLiveSample("Making_text_slide_across_the_browser_window","100%","250")}}</p>
@@ -145,7 +145,7 @@ <h3 id="Adding_another_keyframe">Adding another keyframe</h3>
145145
<p>This tells the browser that 75% of the way through the animation sequence, the header should have its left margin at 25% and the width should be 150%.</p>
146146

147147
<div class="notecard note">
148-
<p><strong>Note</strong>: Reload page to see the animation, or click the CodePen button to see the animation in the CodePen environment.</p>
148+
<p><strong>Note</strong>: Reload page to see the animation.</p>
149149
</div>
150150

151151
<p>{{EmbedLiveSample("Adding_another_keyframe","100%","250")}}</p>
@@ -361,7 +361,7 @@ <h4 id="The_HTML">The HTML</h4>
361361
<p>And here's the live output.</p>
362362

363363
<div class="notecard note">
364-
<p><strong>Note</strong>: Reload page to see the animation, or click the CodePen button to see the animation in the CodePen environment.</p>
364+
<p><strong>Note</strong>: Reload page to see the animation.</p>
365365
</div>
366366

367367
<p>{{EmbedLiveSample('Using_animation_events', '600', '300')}}</p>
@@ -370,6 +370,6 @@ <h2 id="See_also">See also</h2>
370370

371371
<ul>
372372
<li>{{domxref("AnimationEvent", "AnimationEvent")}}</li>
373-
<li><a href="/en-US/docs/CSS/CSS_animations/Detecting_CSS_animation_support">Detecting CSS animation support</a></li>
374-
<li><a href="/en-US/docs/Web/Guide/CSS/Using_CSS_transitions">Using CSS transitions</a></li>
373+
<li><a href="/en-US/docs/Web/CSS/CSS_Animations/Detecting_CSS_animation_support">Detecting CSS animation support</a></li>
374+
<li><a href="/en-US/docs/Web/CSS/CSS_Transitions/Using_CSS_transitions">Using CSS transitions</a></li>
375375
</ul>

0 commit comments

Comments
 (0)