@@ -24,7 +24,7 @@ mdc: true
24
24
25
25
# Welcome to Slidev
26
26
27
- Presentation slides for developers11111111111111
27
+ Presentation slides for developers
28
28
29
29
<div class =" pt-12 " >
30
30
<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
47
47
-->
48
48
49
49
---
50
- transition: fade-1
51
- class: text-center
50
+ transition: fade-out
52
51
---
53
52
54
53
# What is Slidev?
@@ -118,7 +117,6 @@ Hover on the bottom-left corner to see the navigation's controls panel, [learn m
118
117
---
119
118
layout: two-cols
120
119
layoutClass: gap-16
121
- class: text-center
122
120
---
123
121
124
122
# Table of contents
@@ -555,7 +553,7 @@ Learn More: [Mermaid Diagrams](https://sli.dev/guide/features/mermaid) and [Plan
555
553
---
556
554
foo: bar
557
555
dragPos:
558
- square: 655,30 ,167,_ ,-16
556
+ square: 691,32 ,167,_ ,-16
559
557
---
560
558
561
559
# Draggable Elements
@@ -581,7 +579,7 @@ Double-click on the draggable elements to edit their positions.
581
579
</v-drag>
582
580
```
583
581
584
- <v-drag pos =" 577,349 ,261,_,-15" >
582
+ <v-drag pos =" 663,206 ,261,_,-15" >
585
583
<div text-center text-3xl border border-main rounded >
586
584
Double-click me!
587
585
</div >
@@ -595,7 +593,7 @@ Double-click on the draggable elements to edit their positions.
595
593
<v-drag-arrow two-way />
596
594
```
597
595
598
- <v-drag-arrow pos =" 67,452,436,-8 " two-way op70 />
596
+ <v-drag-arrow pos =" 67,452,253,46 " two-way op70 />
599
597
600
598
---
601
599
src: ./pages/imported-slides.md
0 commit comments