右下に出る通知の時間短くしたいんだけど上手くいかない 20sから4sに
@-moz-document url("chrome://global/content/alerts/alert.css") {
#alertBox[animate] {
animation-duration: 4s;
animation-fill-mode: both;
animation-name: alert-animation;
}
}
何処が変なのか教えてください