Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions _extensions/animate/_snippets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"Animate text": {
"prefix": "animate",
"body": "{{< animate ${1:bounce} \"${2:text}\" >}}",
"description": "Animate text with an Animate.css effect"
},
"Animate with options": {
"prefix": "animate-opts",
"body": "{{< animate ${1:bounce} \"${2:text}\" duration=${3:1s} delay=${4:0s} repeat=${5:1} >}}",
"description": "Animate text with duration, delay, and repeat options"
}
}