Skip to content

Commit beb65fb

Browse files
docs: migrate 3 CodePens to the Vue account (#984)
1 parent a8385ea commit beb65fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/guide/a11y-basics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default {
5454
</script>
5555
```
5656

57-
<common-codepen-snippet title="Skip to Main" slug="VwepxJa" :height="350" tab="js,result" :team="false" user="mlama007" name="Maria" theme="light" :preview="false" :editable="false" />
57+
<common-codepen-snippet title="Skip to Main" slug="GRrvQJa" :height="350" tab="js,result" theme="light" :preview="false" :editable="false" />
5858

5959
[Read documentation on skip link to main content](https://www.w3.org/WAI/WCAG21/Techniques/general/G1.html)
6060

src/guide/reactivity.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ The template for a component is compiled down into a [`render`](/guide/render-fu
305305
A `render` function is conceptually very similar to a `computed` property. Vue doesn't track exactly how dependencies are used, it only knows that they were used at some point while the function was running. If any of those properties subsequently changes, it will trigger the effect to run again, re-running the `render` function to generate new VNodes. These are then used to make the necessary changes to the DOM.
306306

307307
<div class="reactivecontent">
308-
<common-codepen-snippet title="Second Reactivity with Proxies in Vue 3 Explainer" slug="GRJZddR" tab="result" theme="light" :height="500" :team="false" user="sdras" name="Sarah Drasner" :editable="false" :preview="false" />
308+
<common-codepen-snippet title="Second Reactivity with Proxies in Vue 3 Explainer" slug="wvgqyJK" tab="result" theme="light" :height="500" :editable="false" :preview="false" />
309309
</div>
310310

311311
> If you are using Vue 2.x and below, you may be interested in some of the change detection caveats that exist for those versions, [explored in more detail here](change-detection.md).

src/guide/transitions-overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ If we were to apply these states to a transition, it would look something like t
174174

175175
Easing can also convey the quality of material being animated. Take this pen for example, which ball do you think is hard and which is soft?
176176

177-
<common-codepen-snippet title="Bouncing Ball Demo" slug="zxJWBJ" :height="500" :team="false" user="sdras" name="Sarah Drasner" :editable="false" />
177+
<common-codepen-snippet title="Bouncing Ball Demo" slug="wvgqyyW" :height="500" :editable="false" />
178178

179179
You can get a lot of unique effects and make your animation very stylish by adjusting your easing. CSS allows you to modify this by adjusting a cubic bezier property, [this playground](https://cubic-bezier.com/#.17,.67,.83,.67) by Lea Verou is very helpful for exploring this.
180180

0 commit comments

Comments
 (0)