Skip to content

Commit

Permalink
feat: make fluid-fuzzy more interesting
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Jul 19, 2024
1 parent 9a2be10 commit 27d7ee9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pkg/cy/stories.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,12 +357,17 @@ func init() {
) {
_, client, screen, err := createStory(ctx)
client.execute(`
(viewport/set-frame "puzzle")
(param/set :root :animations @["fluid"])
`)
return screen, err
}, stories.Config{
Size: geom.DEFAULT_SIZE,
Size: geom.Size{
R: 20,
C: 120,
},
Input: []interface{}{
stories.Wait(stories.Some),
stories.Type("ctrl+a", ";"),
stories.Wait(stories.ALot),
},
Expand Down

0 comments on commit 27d7ee9

Please sign in to comment.