From 1c3f39617ddcbebf496fae3e77914a4fcd4faf61 Mon Sep 17 00:00:00 2001 From: Niall Eccles Date: Sun, 6 Oct 2019 18:59:31 +0100 Subject: [PATCH] Update references to colour-changes. Added in missing class name. --- animations/colour-changes.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/animations/colour-changes.css b/animations/colour-changes.css index 9af80f53..56517a15 100644 --- a/animations/colour-changes.css +++ b/animations/colour-changes.css @@ -1,6 +1,6 @@ /* By: https://github.com/rishabhp99 */ -@keyframes color_changes { +@keyframes colour-changes { 0% { background-color: green; left: 0px; @@ -31,3 +31,9 @@ top: 0px; } } + +.colour-changes { + animation-name: colour-changes; + animation-duration: 2s; + animation-timing-function: ease-out, linear; +}