From 9563522eabc52d8abf0719640c6232a6844e25f2 Mon Sep 17 00:00:00 2001 From: Yue Yang Date: Sat, 28 Dec 2019 20:56:26 +0800 Subject: [PATCH] Update index.html --- docs/index.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/index.html b/docs/index.html index ad8f2bd..78257c1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -84,16 +84,10 @@ @keyframes petal { from { transform: rotate(0deg); - opacity: 0.6; - } - - 50% { - opacity: 1; } to { transform: rotate(360deg); - opacity: 0.6; } }