mscherer 3 years ago
parent
commit
258b465f56
1 changed files with 4 additions and 0 deletions
  1. 4 0
      docs/Helper/Icon.md

+ 4 - 0
docs/Helper/Icon.md

@@ -96,6 +96,10 @@ foreach ($icons as $iconSet => $list) {
 
 ## Tips
 
+Check out [animations](https://fontawesome.com/docs/web/style/animate) and
+other cool things you can add for FontAwesome icons, which are by far the
+most powerful and most used ones.
+
 Use [IdeHelperExtra plugin](https://github.com/dereuromark/cakephp-ide-helper-extra/) to get full autocomplete for the icon names as input for `render($name)`.
 This requires an IDE that can understand the meta data (e.g. PHPStorm).