You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.html
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -836,7 +836,7 @@ <h2 class="docs-mainTitle">
836
836
</blockquote>
837
837
<p><strong>Animate.css</strong> is a library of ready-to-use, cross-browser animations for use in your web projects. Great for emphasis, home pages, sliders, and attention-guiding hints.</p>
838
838
839
-
<pclass="edit-github"><ahref="https://github.com/animate-css/animate.css/blob/master/docsSource/sections/00-intro.md" title="Edit this on GitHub">Edit this on GitHub</a></p>
839
+
<pclass="edit-github"><ahref="https://github.com/animate-css/animate.css/blob/main/docsSource/sections/00-intro.md" title="Edit this on GitHub">Edit this on GitHub</a></p>
<p>Even though custom properties are not supported by some aging browsers, Animate.css provides a proper fallback, widening its support for any browser that supports CSS animations.</p>
902
902
903
-
<pclass="edit-github"><ahref="https://github.com/animate-css/animate.css/blob/master/docsSource/sections/01-usage.md" title="Edit this on GitHub">Edit this on GitHub</a></p>
903
+
<pclass="edit-github"><ahref="https://github.com/animate-css/animate.css/blob/main/docsSource/sections/01-usage.md" title="Edit this on GitHub">Edit this on GitHub</a></p>
904
904
</section>
905
905
906
906
@@ -1031,7 +1031,7 @@ <h3>Repeating classes</h3>
1031
1031
</code></pre>
1032
1032
<p>Notice that <code>animate__infinite</code> doesn't use any custom property and changes to <code>--animate-repeat</code> will have no effect on it. Don't forget to read the <ahref="#best-practices">best practices</a> section to make the best use of repeating animations.</p>
1033
1033
1034
-
<pclass="edit-github"><ahref="https://github.com/animate-css/animate.css/blob/master/docsSource/sections/02-utilities.md" title="Edit this on GitHub">Edit this on GitHub</a></p>
1034
+
<pclass="edit-github"><ahref="https://github.com/animate-css/animate.css/blob/main/docsSource/sections/02-utilities.md" title="Edit this on GitHub">Edit this on GitHub</a></p>
1035
1035
</section>
1036
1036
1037
1037
@@ -1072,7 +1072,7 @@ <h3>Overflow</h3>
1072
1072
<h3>Intervals between repeats</h3>
1073
1073
<p>Unfortunately, this isn't possible with pure CSS right now. You have to use Javascript to achieve this result.</p>
1074
1074
1075
-
<pclass="edit-github"><ahref="https://github.com/animate-css/animate.css/blob/master/docsSource/sections/03-best-practices.md" title="Edit this on GitHub">Edit this on GitHub</a></p>
1075
+
<pclass="edit-github"><ahref="https://github.com/animate-css/animate.css/blob/main/docsSource/sections/03-best-practices.md" title="Edit this on GitHub">Edit this on GitHub</a></p>
1076
1076
</section>
1077
1077
1078
1078
@@ -1124,7 +1124,7 @@ <h2>Usage with Javascript</h2>
1124
1124
</code></pre>
1125
1125
<p>If you had a hard time understanding the previous function, have a look at <ahref="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const">const</a>, <ahref="https://developer.mozilla.org/en-US/docs/Web/API/Element/classList">classList</a>, <ahref="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions">arrow functions</a>, and <ahref="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promises</a>.</p>
1126
1126
1127
-
<pclass="edit-github"><ahref="https://github.com/animate-css/animate.css/blob/master/docsSource/sections/04-javascript.md" title="Edit this on GitHub">Edit this on GitHub</a></p>
1127
+
<pclass="edit-github"><ahref="https://github.com/animate-css/animate.css/blob/main/docsSource/sections/04-javascript.md" title="Edit this on GitHub">Edit this on GitHub</a></p>
1128
1128
</section>
1129
1129
1130
1130
@@ -1159,7 +1159,7 @@ <h2>Migration from v3.x and under</h2>
1159
1159
</code></pre>
1160
1160
<p>In the case of a new project, it's highly recommended to use the default prefixed version as it'll make sure that you'll hardly have classes conflicting with your project. Besides, in later versions, we might decide to discontinue the <code>animate.compat.css</code> file.</p>
1161
1161
1162
-
<pclass="edit-github"><ahref="https://github.com/animate-css/animate.css/blob/master/docsSource/sections/06-migration.md" title="Edit this on GitHub">Edit this on GitHub</a></p>
1162
+
<pclass="edit-github"><ahref="https://github.com/animate-css/animate.css/blob/main/docsSource/sections/06-migration.md" title="Edit this on GitHub">Edit this on GitHub</a></p>
1163
1163
</section>
1164
1164
1165
1165
@@ -1202,15 +1202,15 @@ <h3>Changing the default prefix</h3>
1202
1202
</code></pre>
1203
1203
<p>Easy peasy!</p>
1204
1204
1205
-
<pclass="edit-github"><ahref="https://github.com/animate-css/animate.css/blob/master/docsSource/sections/07-custom-builds.md" title="Edit this on GitHub">Edit this on GitHub</a></p>
1205
+
<pclass="edit-github"><ahref="https://github.com/animate-css/animate.css/blob/main/docsSource/sections/07-custom-builds.md" title="Edit this on GitHub">Edit this on GitHub</a></p>
<p>Animate.css supports the <ahref="https://webkit.org/blog/7551/responsive-design-for-motion/"><code>prefers-reduced-motion</code> media query</a> so that users with motion sensitivity can opt-out of animations. On supported platforms (currently all the major browsers and OS, including mobile), users can select "reduce motion" on their operating system preferences and it will turn off CSS transitions for them without any further work required.</p>
1212
1212
1213
-
<pclass="edit-github"><ahref="https://github.com/animate-css/animate.css/blob/master/docsSource/sections/08-accessibility.md" title="Edit this on GitHub">Edit this on GitHub</a></p>
1213
+
<pclass="edit-github"><ahref="https://github.com/animate-css/animate.css/blob/main/docsSource/sections/08-accessibility.md" title="Edit this on GitHub">Edit this on GitHub</a></p>
1214
1214
</section>
1215
1215
1216
1216
@@ -1238,7 +1238,7 @@ <h2>Core team</h2>
1238
1238
</tbody>
1239
1239
</table>
1240
1240
1241
-
<pclass="edit-github"><ahref="https://github.com/animate-css/animate.css/blob/master/docsSource/sections/09-contributors.md" title="Edit this on GitHub">Edit this on GitHub</a></p>
1241
+
<pclass="edit-github"><ahref="https://github.com/animate-css/animate.css/blob/main/docsSource/sections/09-contributors.md" title="Edit this on GitHub">Edit this on GitHub</a></p>
1242
1242
</section>
1243
1243
1244
1244
@@ -1248,9 +1248,9 @@ <h2>License and Contributing</h2>
1248
1248
<h3>Contributing</h3>
1249
1249
<p>Pull requests are the way to go here. We only have two rules for submitting a pull request: match the naming convention (camelCase, categorized [fades, bounces, etc]) and let us see a demo of submitted animations in a <ahref="https://codepen.io">pen</a>. That <strong>last one is important</strong>.</p>
1250
1250
<h3>Code of Conduct</h3>
1251
-
<p>This project and everyone participating in it are governed by the <ahref="https://github.com/animate-css/animate.css/blob/master/CODE_OF_CONDUCT.md">Contributor Covenant Code of Conduct</a>. By participating, you are expected to uphold this code. Please report unacceptable behavior to <ahref="mailto:callmeelton@gmail.com">callmeelton@gmail.com</a>.</p>
1251
+
<p>This project and everyone participating in it are governed by the <ahref="https://github.com/animate-css/animate.css/blob/main/CODE_OF_CONDUCT.md">Contributor Covenant Code of Conduct</a>. By participating, you are expected to uphold this code. Please report unacceptable behavior to <ahref="mailto:callmeelton@gmail.com">callmeelton@gmail.com</a>.</p>
1252
1252
1253
-
<pclass="edit-github"><ahref="https://github.com/animate-css/animate.css/blob/master/docsSource/sections/09-license-contributing.md" title="Edit this on GitHub">Edit this on GitHub</a></p>
1253
+
<pclass="edit-github"><ahref="https://github.com/animate-css/animate.css/blob/main/docsSource/sections/09-license-contributing.md" title="Edit this on GitHub">Edit this on GitHub</a></p>
1254
1254
</section>
1255
1255
1256
1256
</div>
@@ -1280,7 +1280,7 @@ <h3>Code of Conduct</h3>
1280
1280
<footerclass="main-footer">
1281
1281
<p>
1282
1282
Animate.css is a MIT licensed library.
1283
-
You can use it freely, respecting the terms included in the <ahref="https://github.com/daneden/animate.css/blob/master/LICENSE" title="license">license file.
1283
+
You can use it freely, respecting the terms included in the <ahref="https://github.com/daneden/animate.css/blob/main/LICENSE" title="license">license file.
Copy file name to clipboardExpand all lines: docsSource/sections/09-license-contributing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,4 @@ Pull requests are the way to go here. We only have two rules for submitting a pu
8
8
9
9
### Code of Conduct
10
10
11
-
This project and everyone participating in it are governed by the [Contributor Covenant Code of Conduct](https://github.com/animate-css/animate.css/blob/master/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [callmeelton@gmail.com](mailto:callmeelton@gmail.com).
11
+
This project and everyone participating in it are governed by the [Contributor Covenant Code of Conduct](https://github.com/animate-css/animate.css/blob/main/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [callmeelton@gmail.com](mailto:callmeelton@gmail.com).
Copy file name to clipboardExpand all lines: docsSource/template.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ <h2 class="docs-mainTitle">
99
99
<footerclass="main-footer">
100
100
<p>
101
101
Animate.css is a MIT licensed library.
102
-
You can use it freely, respecting the terms included in the <ahref="https://github.com/daneden/animate.css/blob/master/LICENSE" title="license">license file.
102
+
You can use it freely, respecting the terms included in the <ahref="https://github.com/daneden/animate.css/blob/main/LICENSE" title="license">license file.
0 commit comments