Ifeanyi commited on
Commit
d2fa5f2
·
verified ·
1 Parent(s): 7b32204

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +5 -1
app.R CHANGED
@@ -32,9 +32,13 @@ ui <- tabsetPanel(
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
  @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 {