We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13af9f6 + d03e735 commit 59df099Copy full SHA for 59df099
2 files changed
docs/index.html
@@ -853,7 +853,7 @@ <h3>Installing</h3>
853
<pre><code class="language-html"><head>
854
<link
855
rel="stylesheet"
856
- href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css"
+ href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css"
857
/>
858
</head>
859
</code></pre>
docsSource/sections/01-usage.md
@@ -20,7 +20,7 @@ or add it directly to your webpage using a CDN:
20
<head>
21
<link
22
rel="stylesheet"
23
- href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css"
+ href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css"
24
/>
25
</head>
26
```
0 commit comments