Skip to content

Commit

Permalink
Increased delay before div removal in modals.hide() +20ms for smoot…
Browse files Browse the repository at this point in the history
…her transition ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
  • Loading branch information
kudo-sync-bot committed Dec 21, 2024
1 parent 414c589 commit d0c2900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions greasemonkey/amazongpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @description Adds the magic of AI to Amazon shopping
// @author KudoAI
// @namespace https://kudoai.com
// @version 2024.12.20.1
// @version 2024.12.21
// @license MIT
// @icon https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon48.png?v=0fddfc7
// @icon64 https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon64.png?v=0fddfc7
Expand Down Expand Up @@ -858,7 +858,7 @@
if (!modalContainer) return
modalContainer.style.animation = 'modal-zoom-fade-out 0.135s ease-out'
setTimeout(() => { modalContainer.remove() ; log.debug(`Success! div#${modal?.id} dismissed`)
}, 135) // delay for fade-out
}, 155) // delay for fade-out
},

handlers: {
Expand Down

0 comments on commit d0c2900

Please sign in to comment.