@@ -14,19 +14,18 @@ mdc: true
14
14
15
15
## Demo
16
16
17
- <img v-click =" 1 " src =" https://sli.dev/logo.svg " w-20 id =" slidev-logo " absolute top-25 left-25 v-motion :initial =" {x: -80, y: -80} " :enter =" {x: 0, y: 0} " />
18
- <img v-click =" 1 " src =" https://upload.wikimedia.org/wikipedia/commons/thumb/4/41/1280px_Markdown_with_White_Background.png/640px-1280px_Markdown_with_White_Background.png " w-30 id =" markdown-mark " absolute top-30 right-30 v-motion :initial =" {x: +80, y: -80} " :enter =" {x: 0, y: 0} " />
19
- <img v-click =" 1 " src =" https://upload.wikimedia.org/wikipedia/commons/thumb/9/95/Vue.js_Logo_2.svg/512px-Vue.js_Logo_2.svg.png " w-20 id =" vue-mark " absolute bottom-20 right-80 v-motion :initial =" {x: +30, y: +80} " :enter =" {x: 0, y: 0} " />
17
+ <img v-click =" 1 " src =" https://sli.dev/logo.svg " w-10 id =" slidev-logo " absolute top-25 left-25 v-motion :initial =" {x: -80, y: -80} " :enter =" {x: 0, y: 0} " />
18
+ <img v-click =" 1 " src =" https://upload.wikimedia.org/wikipedia/commons/thumb/4/41/1280px_Markdown_with_White_Background.png/640px-1280px_Markdown_with_White_Background.png " w-15 id =" markdown-mark " absolute top-30 right-30 v-motion :initial =" {x: +80, y: -80} " :enter =" {x: 0, y: 0} " />
19
+ <img v-click =" 1 " src =" https://upload.wikimedia.org/wikipedia/commons/thumb/9/95/Vue.js_Logo_2.svg/512px-Vue.js_Logo_2.svg.png " w-10 id =" vue-mark " absolute bottom-20 right-100 v-motion :initial =" {x: +30, y: +80} " :enter =" {x: 0, y: 0} " />
20
20
21
- <FancyArrow v-click =" 1 " id1 =" slidev-logo " pos1 =" bottom " id2 =" slidev-text " pos2 =" bottomleft " color =" teal " width =" 2 " arc =" -0.3 " seed =" 1 " roughness = " 2 " />
22
- <FancyArrow v-click =" 1 " id1 =" markdown-mark " pos1 =" bottom " id2 =" markdown-text " pos2 =" bottomright " color =" gray " width =" 2 " arc =" 0.3 " seed =" 1 " roughness = " 2 " />
23
- <FancyArrow v-click =" 1 " id1 =" vue-mark " pos1 =" left " id2 =" vue-text " pos2 =" bottom " color =" green " width =" 2 " arc =" 0.3 " seed =" 1 " roughness = " 2 " />
21
+ <FancyArrow v-click =" 1 " id1 =" slidev-logo " pos1 =" bottom " id2 =" slidev-text " pos2 =" bottomleft " color =" teal " width =" 4 " roughness = " 3 " arc =" -0.3 " seed =" 1 " />
22
+ <FancyArrow v-click =" 1 " id1 =" markdown-mark " pos1 =" bottom " id2 =" markdown-text " pos2 =" bottomright " color =" gray " width =" 4 " roughness = " 2 " arc =" 0.3 " seed =" 1 " />
23
+ <FancyArrow v-click =" 1 " id1 =" vue-mark " pos1 =" left " id2 =" vue-text " pos2 =" bottom " color =" green " width =" 4 " roughness = " 2 " arc =" 0.3 " seed =" 1 " />
24
24
25
25
<div w =" 2/3 " m-auto mt-40 >
26
26
<span id="slidev-text" v-mark.teal="1">Slidev</span> <sub top--1>(slide + dev, /slaɪdɪv/)</sub> is a web-based slides maker and presenter. It's designed for developers to focus on writing content in <span id="markdown-text" v-mark.gray="1">Markdown</span>. With the power of web technologies like <span id="vue-text" v-mark.green="1">Vue</span>, you are able to deliver pixel-perfect designs with interactive demos to your presentation.
27
27
</div >
28
28
29
-
30
29
---
31
30
32
31
### Snapped to animated elements
0 commit comments