Skip to content

Commit 9219329

Browse files
committed
docs(readme): add new transitions to docs and update roadmap
1 parent 509ea86 commit 9219329

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ A terminal-based presentation tool that creates beautiful presentations from mar
2727
- Swipe left/right
2828
- Slide up/down
2929
- Flip effects
30+
- Collapse and expand
31+
- Fade in/out
3032
- **Hot reload**: Live reloading of presentation files during editing by default
3133
- **Customizable styling**: Configure borders, colors, and layouts via YAML front matter
3234
- **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
130132
- `slideUp` - Slide slides up from bottom
131133
- `slideDown` - Slide slides down from top
132134
- `flip` - Flip transition effect
135+
- `collapse` - Collapse transition effect
136+
- `expand` - Expand transition effect
137+
- `fade` - Fade transition effect
133138

134139
### Style Configuration
135140

@@ -250,5 +255,5 @@ All contributions are welcome! If you're planning a significant change or you're
250255
- ~~Allow choosing from any glamour themes~~ ✅ **Done!**
251256
- ~~Support for custom JSON theme files~~ ✅ **Done!**
252257
- Create grid-based slide layouts with transitions for each pane
253-
- Add more transition effects
258+
- ~~Add more transition effects~~ ✅ **Done!**
254259
- Support image rendering in terminals (e.g., via the Kitty protocol)

0 commit comments

Comments
 (0)