Update app.R
Browse files
app.R
CHANGED
@@ -32,9 +32,13 @@ ui <- tabsetPanel(
|
|
32 |
# hover bounce effect of value boxes
|
33 |
tags$head(
|
34 |
tags$style(HTML("
|
35 |
-
|
36 |
animation: bounce 0.6s infinite alternate;
|
37 |
}
|
|
|
|
|
|
|
|
|
38 |
|
39 |
@keyframes bounce {
|
40 |
from {
|
|
|
32 |
# hover bounce effect of value boxes
|
33 |
tags$head(
|
34 |
tags$style(HTML("
|
35 |
+
.bounce-hover:hover {
|
36 |
animation: bounce 0.6s infinite alternate;
|
37 |
}
|
38 |
+
|
39 |
+
.bounce-hover {
|
40 |
+
box-shadow: 7px 7px 7px grey;
|
41 |
+
}
|
42 |
|
43 |
@keyframes bounce {
|
44 |
from {
|