@@ -577,10 +577,10 @@
transition: left,right,top,bottom 1.3s ease;
}
.floating.delay-100 {
- animation-delay: 0.1s;
+ /* animation-delay: 0.1s; */
.floating.delay-300 {
- animation-delay: 0.3s;
+ /* animation-delay: 0.3s; */
@keyframes floating {
@@ -552,10 +552,10 @@
transition: all 1.3s ease;