This commit is contained in:
parent
cacb9083b9
commit
c21fc29cd9
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue