Skip to content

Commit

Permalink
Update gif on README
Browse files Browse the repository at this point in the history
  • Loading branch information
hmsk committed May 7, 2017
1 parent 13110d5 commit e256fad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).
12 changes: 6 additions & 6 deletions styles/cute-cursor.less
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit e256fad

Please sign in to comment.