ポップアップの表示速度を変更することは可能ですか

最終更新日:

Q. ポップアップの表示速度を変更することは可能ですか。

A. 表示速度を変更することは可能です。

ポップアップ>ポップアップ - コンテンツの編集>プレビュー・CSS設定 で、以下のCSSを一番下に追加してください。
※「1s」の数値を大きくすると表示速度が遅くなります。

.satori__popup_widget_tr,
.satori__popup_widget_m,
.satori__popup_widget_br {
animation-duration: 1s !important;
-webkit-animation-duration: 1s !important;
}

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています