diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-11 13:52:55 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-11 13:52:55 -0700 |
commit | 91d213506901b4294e975e68799d079f7a379efe (patch) | |
tree | 1b156b127d1e9a4aa93c7867cf5da2e3d9f5e2fe | |
parent | 11090367b5783d33aae97637cb08360be9659ff9 (diff) | |
download | kau-91d213506901b4294e975e68799d079f7a379efe.tar.gz kau-91d213506901b4294e975e68799d079f7a379efe.tar.bz2 kau-91d213506901b4294e975e68799d079f7a379efe.zip |
Update readme
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -74,7 +74,10 @@ As mentioned, blank items will be ignored, so feel free to create a bunch of emp <a name="ripple-canvas"></a> ## Ripple Canvas -Ripple canvas provides a way to create simultaneous ripples against a background color. They can be used as transitions, or as a toolbar background to replicate the look for [Google Calendar](https://stackoverflow.com/questions/27872324/how-can-i-animate-the-color-change-of-the-statusbar-and-toolbar-like-the-new-ca) +Ripple canvas provides a way to create simultaneous ripples against a background color. +They can be used as transitions, or as a toolbar background to replicate the look for [Google Calendar](https://stackoverflow.com/questions/27872324/how-can-i-animate-the-color-change-of-the-statusbar-and-toolbar-like-the-new-ca) +Many ripples can be stacked on top of each other to run at the same time from different locations. +The canvas also supports color fading and direct color setting so it can effectively replace any background. <a name="timber-logger"></a> ## Timber Logger |