Skip to content

Commit

Permalink
Update references to colour-changes. Added in missing class name.
Browse files Browse the repository at this point in the history
  • Loading branch information
NiallEccles authored Oct 6, 2019
1 parent 289ad70 commit 1c3f396
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion animations/colour-changes.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* By: https://github.com/rishabhp99 */

@keyframes color_changes {
@keyframes colour-changes {
0% {
background-color: green;
left: 0px;
Expand Down Expand Up @@ -31,3 +31,9 @@
top: 0px;
}
}

.colour-changes {
animation-name: colour-changes;
animation-duration: 2s;
animation-timing-function: ease-out, linear;
}

0 comments on commit 1c3f396

Please sign in to comment.