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