From e256fad01d6f1a58ee9bef25f6a91740f0fa37e9 Mon Sep 17 00:00:00 2001 From: hmsk Date: Sat, 6 May 2017 20:39:26 -0700 Subject: [PATCH] Update gif on README --- README.md | 2 +- styles/cute-cursor.less | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4fcced1..d4ad3d1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Cute Cursor -![cute](https://cloud.githubusercontent.com/assets/85887/25776433/e3aabab0-3272-11e7-9d51-eb0dc3ecb52c.gif) +![cute](https://cloud.githubusercontent.com/assets/85887/25777328/f53fbfa2-328e-11e7-9e36-84232ebb0378.gif) The original idea is by hitode909 [cute-cursor.el](https://gist.github.com/hitode909/339782). diff --git a/styles/cute-cursor.less b/styles/cute-cursor.less index e22a201..4fedef7 100644 --- a/styles/cute-cursor.less +++ b/styles/cute-cursor.less @@ -1,11 +1,11 @@ .cute-colors(@property) { 0% { @{property}: red; } - 17% { @{property}: green; } - 34% { @{property}: blue; } - 51% { @{property}: yellow; } - 68% { @{property}: purple; } - 85% { @{property}: magenta; } - 100% { @{property}: cyan; } + 14% { @{property}: green; } + 28% { @{property}: blue; } + 42% { @{property}: yellow; } + 56% { @{property}: purple; } + 70% { @{property}: magenta; } + 84% { @{property}: cyan; } } @keyframes cute-background {