Skip to content

Commit 7d171cd

Browse files
authored
Discard changes to demo/starter/slides.md
1 parent e237d74 commit 7d171cd

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

demo/starter/slides.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ mdc: true
2424

2525
# Welcome to Slidev
2626

27-
Presentation slides for developers11111111111111
27+
Presentation slides for developers
2828

2929
<div class="pt-12">
3030
<span @click="$slidev.nav.next" class="px-2 py-1 rounded cursor-pointer" hover="bg-white bg-opacity-10">
@@ -47,8 +47,7 @@ The last comment block of each slide will be treated as slide notes. It will be
4747
-->
4848

4949
---
50-
transition: fade-1
51-
class: text-center
50+
transition: fade-out
5251
---
5352

5453
# What is Slidev?
@@ -118,7 +117,6 @@ Hover on the bottom-left corner to see the navigation's controls panel, [learn m
118117
---
119118
layout: two-cols
120119
layoutClass: gap-16
121-
class: text-center
122120
---
123121

124122
# Table of contents
@@ -555,7 +553,7 @@ Learn More: [Mermaid Diagrams](https://sli.dev/guide/features/mermaid) and [Plan
555553
---
556554
foo: bar
557555
dragPos:
558-
square: 655,30,167,_,-16
556+
square: 691,32,167,_,-16
559557
---
560558

561559
# Draggable Elements
@@ -581,7 +579,7 @@ Double-click on the draggable elements to edit their positions.
581579
</v-drag>
582580
```
583581

584-
<v-drag pos="577,349,261,_,-15">
582+
<v-drag pos="663,206,261,_,-15">
585583
<div text-center text-3xl border border-main rounded>
586584
Double-click me!
587585
</div>
@@ -595,7 +593,7 @@ Double-click on the draggable elements to edit their positions.
595593
<v-drag-arrow two-way />
596594
```
597595

598-
<v-drag-arrow pos="67,452,436,-8" two-way op70 />
596+
<v-drag-arrow pos="67,452,253,46" two-way op70 />
599597

600598
---
601599
src: ./pages/imported-slides.md

0 commit comments

Comments
 (0)