This commit is contained in:
tamaina 2025-08-25 21:02:25 +09:00
parent cacb9083b9
commit c21fc29cd9
1 changed files with 3 additions and 3 deletions

View File

@ -296,11 +296,11 @@ $avatarSize: 58px;
* グローバルにクラスを定義することでお茶を濁す * グローバルにクラスを定義することでお茶を濁す
*/ */
._qrShowFlip { ._qrShowFlip {
transition: scale rotate 0.3s ease-in; transition: rotate .3s linear, scale .3s .15s step-start;
} }
._qrShowFlipFliped { ._qrShowFlipFliped {
rotate: x 1; scale: -1 1;
scale: y -1; rotate: x 180deg;
} }
</style> </style>