fix in ios 18
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
hamid zarghami
2026-06-06 15:28:48 +03:30
parent 9b72105115
commit 7f4c29bd33
3 changed files with 11 additions and 2 deletions
@@ -1,5 +1,16 @@
/* PowerPoint-style entrance animations for viewer (keyframes use --ve-* vars from JS) */
/*
* Hint GPU compositing layer on page elements to prevent blank/white pages
* during page flip animations on iOS 17/18 Safari (WebKit compositing bug
* triggered when isolation:isolate interacts with 3D CSS transforms).
*/
.stf__block,
.stf__item,
.page {
will-change: transform;
}
@keyframes viewer-entrance-fade {
from {
opacity: 0;