@@ -172,16 +172,16 @@ mdc: true
172
172
173
173
# Arc
174
174
175
- <code id =" arc-start " absolute left-300px top-400px style =" transform : translate (-50% , -50% );" >#arc-start</code >
176
- <code id =" arc-end " absolute left-300px top-100px style =" transform : translate (-50% , -50% );" >#arc-end</code >
175
+ <code id =" arc-start " absolute left-300px top-100px style =" transform : translate (-50% , -50% );" >#arc-start</code >
176
+ <code id =" arc-end " absolute left-300px top-400px style =" transform : translate (-50% , -50% );" >#arc-end</code >
177
177
178
- <FancyArrow id1 =" arc-start " id2 =" arc-end " arc = " 1.5 " color =" red " />
179
- <FancyArrow id1 =" arc-start " id2 =" arc-end " arc = " 1.0 " color =" orange " />
180
- <FancyArrow id1 =" arc-start " id2 =" arc-end " arc = " 0.5 " color =" yellow " />
181
- <FancyArrow id1 =" arc-start " id2 =" arc-end " arc = " 0.0 " color =" green " />
182
- <FancyArrow id1 =" arc-start " id2 =" arc-end " arc = " -0.5 " color =" blue " />
183
- <FancyArrow id1 =" arc-start " id2 =" arc-end " arc = " -1.0 " color =" purple " />
184
- <FancyArrow id1 =" arc-start " id2 =" arc-end " arc = " -1.5 " color =" pink " />
178
+ <FancyArrow arc = " 1.5 " id1 =" arc-start " pos1 = " bottom " id2 =" arc-end " pos2 = " top " color =" red " />
179
+ <FancyArrow arc = " 1.0 " id1 =" arc-start " pos1 = " bottom " id2 =" arc-end " pos2 = " top " color =" orange " />
180
+ <FancyArrow arc = " 0.5 " id1 =" arc-start " pos1 = " bottom " id2 =" arc-end " pos2 = " top " color =" yellow " />
181
+ <FancyArrow arc = " 0.0 " id1 =" arc-start " pos1 = " bottom " id2 =" arc-end " pos2 = " top " color =" green " />
182
+ <FancyArrow arc = " -0.5 " id1 =" arc-start " pos1 = " bottom " id2 =" arc-end " pos2 = " top " color =" blue " />
183
+ <FancyArrow arc = " -1.0 " id1 =" arc-start " pos1 = " bottom " id2 =" arc-end " pos2 = " top " color =" purple " />
184
+ <FancyArrow arc = " -1.5 " id1 =" arc-start " pos1 = " bottom " id2 =" arc-end " pos2 = " top " color =" pink " />
185
185
186
186
<Arrow x1 =" 50 " y1 =" 450 " x2 =" 550 " y2 =" 450 " />
187
187
@@ -224,16 +224,16 @@ mdc: true
224
224
<span id="bar">Bar</span>
225
225
</div >
226
226
227
- <FancyArrow v-click =" 1 " forward:delay-100 id1 =" foo " pos1 =" bottomleft " id2 =" bar " pos2 =" topleft " color =" red " width =" 2 " arc =" 0.3 " seed =" 1 " roughness =" 2 " >Hey</FancyArrow >
228
- <FancyArrow v-click =" 1 " forward:delay-100 id2 =" foo " pos2 =" bottomright " id1 =" bar " pos1 =" topright " color =" red " width =" 2 " arc =" 0.3 " seed =" 1 " roughness =" 2 " >
227
+ <FancyArrow v-click =" 1 " forward:delay-100 id1 =" foo " pos1 =" bottomright " id2 =" bar " pos2 =" topright " color =" red " width =" 2 " arc =" 0.3 " seed =" 1 " roughness =" 2 " >Hey</FancyArrow >
228
+ <FancyArrow v-click =" 1 " forward:delay-100 id2 =" foo " pos2 =" bottomleft " id1 =" bar " pos1 =" topleft " color =" red " width =" 2 " arc =" 0.3 " seed =" 1 " roughness =" 2 " >
229
229
<span text-red>Ahoy</span>
230
230
</FancyArrow >
231
231
232
232
<div v-click p-8 :class =" $clicks === 0 ? 'translate-y--32' : $clicks === 1 ? 'translate-y--16' : '' " >
233
233
<span id="baz">Baz</span>
234
234
</div >
235
235
236
- <FancyArrow v-click =" 2 " forward:delay-100 id1 =" bar " pos1 =" bottomleft " id2 =" baz " pos2 =" topleft " color =" green " width =" 2 " arc =" 0.3 " seed =" 1 " roughness =" 2 " >
236
+ <FancyArrow v-click =" 2 " forward:delay-100 id1 =" bar " pos1 =" bottomright " id2 =" baz " pos2 =" topright " color =" green " width =" 2 " arc =" 0.3 " seed =" 1 " roughness =" 2 " >
237
237
<span text-green v-mark.green="2">Hola!</span>
238
238
</FancyArrow >
239
239
---
0 commit comments