📝 Fixed typo

This commit is contained in:
Umutambyi Gad 2021-02-13 23:17:00 +01:00 committed by Elton Mesquita
parent ba7b5780d4
commit f44f80d601
2 changed files with 2 additions and 2 deletions

View file

@ -905,7 +905,7 @@
</code></pre> </code></pre>
<p>Be aware that some animations are dependent on the <code>animation-timing</code> property set on the animation's class. Changing or not declaring it might lead to unexpected results.</p> <p>Be aware that some animations are dependent on the <code>animation-timing</code> property set on the animation's class. Changing or not declaring it might lead to unexpected results.</p>
<h4>CSS Custom Properties (CSS Variables)</h4> <h4>CSS Custom Properties (CSS Variables)</h4>
<p>Since version 4, Animate.css makes use of custom properties (also known as CSS variables) to define the animations duration, delay, and iteractions. This makes Animate.css very flexible and customizable. Need to change an animation duration? Just set a new value to globally or locally.</p> <p>Since version 4, Animate.css makes use of custom properties (also known as CSS variables) to define the animations duration, delay, and iterations. This makes Animate.css very flexible and customizable. Need to change an animation duration? Just set a new value to globally or locally.</p>
<p>Example:</p> <p>Example:</p>
<pre><code class="language-css">/* This only changes this particular animation duration */ <pre><code class="language-css">/* This only changes this particular animation duration */
.animate__animated.animate__bounce { .animate__animated.animate__bounce {

View file

@ -57,7 +57,7 @@ Be aware that some animations are dependent on the `animation-timing` property s
#### CSS Custom Properties (CSS Variables) #### CSS Custom Properties (CSS Variables)
Since version 4, Animate.css makes use of custom properties (also known as CSS variables) to define the animations duration, delay, and iteractions. This makes Animate.css very flexible and customizable. Need to change an animation duration? Just set a new value to globally or locally. Since version 4, Animate.css makes use of custom properties (also known as CSS variables) to define the animations duration, delay, and iterations. This makes Animate.css very flexible and customizable. Need to change an animation duration? Just set a new value to globally or locally.
Example: Example: