Skip to content

Commit 40b9139

Browse files
authored
☕ CHORE: update docs page (#1486)
1 parent ed1e0fd commit 40b9139

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

docs/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ <h2 class="docs-mainTitle">
882882

883883

884884
<section class="docSection-usage" id="usage">
885-
<h2>Installation and usage</h2>
885+
<h2>Installation and Usage</h2>
886886
<h3>Installing</h3>
887887
<p>Install with npm:</p>
888888
<pre><code class="language-shell">$ npm install animate.css --save
@@ -949,7 +949,7 @@ <h4>CSS Custom Properties (CSS Variables)</h4>
949949

950950

951951
<section class="docSection-utilities" id="utilities">
952-
<h2>Utility classes</h2>
952+
<h2>Utility Classes</h2>
953953
<p>Animate.css comes packed with a few utility classes to simplify its use.</p>
954954
<h3>Delay classes</h3>
955955
<p>You can add delays directly on the element's class attribute, just like this:</p>
@@ -1080,7 +1080,7 @@ <h3>Repeating classes</h3>
10801080

10811081

10821082
<section class="docSection-best-practices" id="best-practices">
1083-
<h2>Best practices</h2>
1083+
<h2>Best Practices</h2>
10841084
<p>Animations can greatly improve an interface's UX, but it's important to follow some guidelines to not overdo it and deteriorate the user experience on your web-things. Following the following rules should provide a good start.</p>
10851085
<h3>Meaningful animations</h3>
10861086
<p>You should avoid animating an element just for the sake of it. Keep in mind that animations should make an intention clear. Animations like attention seekers (bounce, flash, pulse, etc) should be used to bring the user's attention to something special in your interface and not only as a way to bring &quot;flashiness&quot; to it.</p>
@@ -1172,7 +1172,7 @@ <h2>Usage with Javascript</h2>
11721172

11731173

11741174
<section class="docSection-migration" id="migration">
1175-
<h2>Migration from v3.x and under</h2>
1175+
<h2>Migration from v3.x and Under</h2>
11761176
<p>Animate.css v4 brought some improvements, improved animations, and new animations, which makes it worth upgrading. However, it also comes with a breaking change: we have added a prefix for all of the Animate.css classes - defaulting to <code>animate__</code> - so a direct migration is impossible.</p>
11771177
<p>But fear not! Although the default build, <code>animate.min.css</code>, brings the <code>animate__</code> prefix we also provide the <code>animate.compat.css</code> file which brings no prefix at all, like the previous versions (3.x and under).</p>
11781178
<p>If you're using a bundler, update your import:</p>
@@ -1260,7 +1260,7 @@ <h2>Accessibility</h2>
12601260

12611261

12621262
<section class="docSection-contributors" id="contributors">
1263-
<h2>Core team</h2>
1263+
<h2>Core Team</h2>
12641264
<table>
12651265
<thead>
12661266
<tr>
@@ -1273,7 +1273,7 @@ <h2>Core team</h2>
12731273
<tr>
12741274
<td><a href="https://github.com/daneden">Daniel Eden</a></td>
12751275
<td><a href="https://github.com/eltonmesquita">Elton Mesquita</a></td>
1276-
<td><a href="https://github.com/WarenGonzaga">Waren Gonzaga</a></td>
1276+
<td><a href="https://github.com/warengonzaga">Waren Gonzaga</a></td>
12771277
</tr>
12781278
<tr>
12791279
<td>Animate.css Creator</td>

docsSource/sections/01-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Installation and usage
1+
## Installation and Usage
22

33
### Installing
44

docsSource/sections/02-utilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Utility classes
1+
## Utility Classes
22

33
Animate.css comes packed with a few utility classes to simplify its use.
44

docsSource/sections/03-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Best practices
1+
## Best Practices
22

33
Animations can greatly improve an interface's UX, but it's important to follow some guidelines to not overdo it and deteriorate the user experience on your web-things. Following the following rules should provide a good start.
44

docsSource/sections/06-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Migration from v3.x and under
1+
## Migration from v3.x and Under
22

33
Animate.css v4 brought some improvements, improved animations, and new animations, which makes it worth upgrading. However, it also comes with a breaking change: we have added a prefix for all of the Animate.css classes - defaulting to `animate__` - so a direct migration is impossible.
44

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Core team
1+
## Core Team
22

33
| ![](https://avatars2.githubusercontent.com/u/439365?s=460&u=512b4cc5324938ae40bbb8f3b7769d335953cd3a&v=4) | ![](https://avatars2.githubusercontent.com/u/5007208?s=460&u=418401ee605824272e5dcb955fd64ea24546a857&v=4) | ![](https://avatars1.githubusercontent.com/u/15052701?s=460&u=9e58364978379536d3f26c4ce5cae1a2a449a0e4&v=4) |
44
| --- | --- | --- |
5-
| [Daniel Eden](https://github.com/daneden) | [Elton Mesquita](https://github.com/eltonmesquita) | [Waren Gonzaga](https://github.com/WarenGonzaga) |
5+
| [Daniel Eden](https://github.com/daneden) | [Elton Mesquita](https://github.com/eltonmesquita) | [Waren Gonzaga](https://github.com/warengonzaga) |
66
| Animate.css Creator | Maintainer | Core Contributor |

0 commit comments

Comments
 (0)