2014-05-05 21:20:36 +09:00
|
|
|
/**
|
|
|
|
* Detect creation of <embed> and <object> tags.
|
|
|
|
*/
|
2020-08-30 23:24:55 +09:00
|
|
|
@keyframes pdfjs-detected-object-or-embed {
|
|
|
|
from {
|
|
|
|
/* empty */
|
|
|
|
}
|
|
|
|
}
|
|
|
|
object,
|
|
|
|
embed {
|
2014-05-05 21:20:36 +09:00
|
|
|
animation-delay: 0s !important;
|
|
|
|
animation-name: pdfjs-detected-object-or-embed !important;
|
|
|
|
animation-play-state: running !important;
|
|
|
|
}
|