File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ A terminal-based presentation tool that creates beautiful presentations from mar
27
27
- Swipe left/right
28
28
- Slide up/down
29
29
- Flip effects
30
+ - Collapse and expand
31
+ - Fade in/out
30
32
- ** Hot reload** : Live reloading of presentation files during editing by default
31
33
- ** Customizable styling** : Configure borders, colors, and layouts via YAML front matter
32
34
- ** Theme support** : Choose from built-in Glamour themes or load custom JSON theme files
@@ -130,6 +132,9 @@ This slide uses a custom JSON theme file
130
132
- ` slideUp ` - Slide slides up from bottom
131
133
- ` slideDown ` - Slide slides down from top
132
134
- ` flip ` - Flip transition effect
135
+ - ` collapse ` - Collapse transition effect
136
+ - ` expand ` - Expand transition effect
137
+ - ` fade ` - Fade transition effect
133
138
134
139
### Style Configuration
135
140
@@ -250,5 +255,5 @@ All contributions are welcome! If you're planning a significant change or you're
250
255
- ~~Allow choosing from any glamour themes~~ ✅ **Done!**
251
256
- ~~Support for custom JSON theme files~~ ✅ **Done!**
252
257
- Create grid-based slide layouts with transitions for each pane
253
- - Add more transition effects
258
+ - ~~ Add more transition effects~~ ✅ **Done!**
254
259
- Support image rendering in terminals (e.g., via the Kitty protocol)
You can’t perform that action at this time.
0 commit comments