Skip to content

Commit

Permalink
Merge pull request #580 from web2033/patch-2
Browse files Browse the repository at this point in the history
Hexadecimal
  • Loading branch information
juliangarnier authored Jul 25, 2019
2 parents 8b6721c + 1556b75 commit 4d99c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ <h3 class="demo-title">Relative</h3>
<h3 class="demo-title">Colors</h3>
<div class="demo-description">
<p>
<i>anime.js</i> accepts and converts Haxadecimal, RGB, RGBA, HSL, and HSLA color values.
<i>anime.js</i> accepts and converts Hexadecimal, RGB, RGBA, HSL, and HSLA color values.
</p>
<p class="bubble warning">
CSS color codes ( e.g. : <code>'red', 'yellow', 'aqua'</code> ) are not supported.
Expand All @@ -1231,7 +1231,7 @@ <h3 class="demo-title">Colors</h3>
<td>Example</td>
</thead>
<tr>
<td>Haxadecimal</td>
<td>Hexadecimal</td>
<td><code>'#FFF'</code> or <code>'#FFFFFF'</code></td>
</tr>
<tr>
Expand Down

0 comments on commit 4d99c42

Please sign in to comment.