File tree Expand file tree Collapse file tree
week_11__final-project/spelling_bee Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # fly.toml app configuration file generated for urban-spelling-bee on 2023-06-19T21:06:31 +02:00
1+ # fly.toml app configuration file generated for urban-spelling-bee on 2023-06-20T11:39:10 +02:00
22#
33# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
44#
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ window.addEventListener('DOMContentLoaded', function () {
145145 if ( ! sessionStorage . getItem ( 'beeShown' ) ) {
146146 if ( window . innerWidth <= 768 ) {
147147 // Add class for smaller screens and set animation duration
148- bee . style . animation = 'fly-small-screens 3s , jiggle 1s infinite' ;
148+ bee . style . animation = 'fly-small-screens 13s , jiggle 1s infinite' ;
149149 bee . style . top = '10%' ;
150150 bee . style . left = '72%' ;
151151 beeInnerWrapper . setAttribute ( 'transform' , 'rotate(90 50 50)' ) ;
You can’t perform that action at this time.
0 commit comments