diff --git a/_extensions/animate/_snippets.json b/_extensions/animate/_snippets.json new file mode 100644 index 0000000..0be4d30 --- /dev/null +++ b/_extensions/animate/_snippets.json @@ -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" + } +}