Skip to content

Commit f697a67

Browse files
authored
Slowed alert() fade-out +0.3s
1 parent b6fea6b commit f697a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chatgpt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ const chatgpt = {
306306
// Define alert dismisser
307307
const dismissAlert = () => {
308308
modalContainer.style.backgroundColor = 'transparent'
309-
modal.style.animation = 'alert-zoom-fade-out 0.135s ease-out'
309+
modal.style.animation = 'alert-zoom-fade-out 0.165s ease-out'
310310
modal.onanimationend = () => {
311311

312312
// Remove alert

0 commit comments

Comments
 (0)