[menu][解除]
[更新][help]
alFadeOut { from { opacity: 1; } to { opacity: 0; } } @keyframes searchwpModalSlideIn { from { transform: translateY(15%); } to { transform: translateY(0); } } @keyframes searchwpModalSlideOut { from { transform: translateY(0); } to { transform: translateY(-10%); } } .searchwp-modal-form[aria-hidden="false"] .searchwp-modal-form-default .searchwp-modal-form__overlay { animation: searchwpModalFadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1); } .searchwp-modal-form[aria-hidden="false"] .searchwp-modal-form-default .searchwp-modal-form__container { animation: searchwpModalSlideIn .3s cubic-bezier(0, 0, .2, 1); } .searchwp-modal-form[aria-hidden="true"] .searchwp-modal-form-default .searchwp-modal-form__overlay { animation: searchwpModalFadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1); } .searchwp-modal-form[aria-hidden="true"] .searchwp-modal-form-default .searchwp-modal-form__container { animation: searchwpModalSlideOut .3s cubic-bezier(0, 0, .2, 1); } .searchwp-modal-form-default .searchwp-modal-form__container, .searchwp-modal-form-default .searchwp-modal-form__overlay { will-change: transform; } PAGE TOP
(15 p)
参考↓Nogateでパラメータ化されたURL
[ http://freeside.skr.jp/cgi/nogate/n.cgi?MoN=g&UoN=freeside%2Eskr%2Ejp%2Fwordpress%2F ]
[ imode型ポップアップ表示 ]
コピーアンドペーストして上記のようにHTMLのA linkパラメータに使用すればimode用ページアドレスとして使えます.
(化けているわけではありません:p)
また、imode型ポップアップ表示の際、川原 千種さんのiModeSSを使用させて頂いております。