From 60e076ed0b4af6c2e115c29a3d9f33e8eb7891f8 Mon Sep 17 00:00:00 2001 From: Alex MacArthur Date: Mon, 19 Mar 2018 14:02:15 -0500 Subject: [PATCH] Add link to CodePen showing rainbow effect using a callback method. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 52bb9393..f81312e8 100644 --- a/README.md +++ b/README.md @@ -305,6 +305,7 @@ new TypeIt('#id', { I have a few CodePen examples that illustrate how to do some interesting things with TypeIt. * [TypeIt as a React Component](https://codepen.io/alexmacarthur/pen/gXNyBJ) +* [Cute Rainbow Effect Using a Callback Method](https://codepen.io/alexmacarthur/pen/jzybpB) * [Chained Typing Animations](https://codepen.io/alexmacarthur/pen/MOPQvp) * ['Fill in the Blank' Effect](https://codepen.io/alexmacarthur/pen/pdXLRG)