Toggle navigation
在线编辑器
在线代码
文本比较
jQuery下载
前端库
在线手册
登录/注册
下载代码
html
css
js
分享到微信朋友圈
X
html
Toggle
Modal Window
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nobis deserunt corrupti, ut fugit magni qui quasi nisi amet repellendus non fuga omnis a sed impedit explicabo accusantium nihil doloremque consequuntur.
OK
css
html, body { height: 100%; } body { background: #eee; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .modal { width: 500px; background: white; border: 1px solid #ccc; -webkit-transition: 1.1s ease-out; transition: 1.1s ease-out; box-shadow: -2rem 2rem 2rem rgba(0, 0, 0, 0.2); -webkit-filter: blur(0); filter: blur(0); -webkit-transform: scale(1); transform: scale(1); opacity: 1; visibility: visible; } .modal.off { opacity: 0; visibility: hidden; -webkit-filter: blur(8px); filter: blur(8px); -webkit-transform: scale(0.33); transform: scale(0.33); box-shadow: 1rem 0 0 rgba(0, 0, 0, 0.2); } @supports (offset-rotation: 0deg) { .modal { offset-rotation: 0deg; offset-path: path("M 250,100 S -300,500 -700,-200"); } .modal.off { offset-distance: 100%; } } @media (prefers-reduced-motion) { @supports (offset-rotation: 0deg) { .modal { offset-path: none; } } } .modal h2 { border-bottom: 1px solid #ccc; padding: 1rem; margin: 0; } .modal .content { padding: 1rem; } .modal .actions { border-top: 1px solid #ccc; background: #eee; padding: 0.5rem 1rem; } .modal .actions button { border: 0; background: #78f89f; border-radius: 5px; padding: 0.5rem 1rem; font-size: 0.8rem; line-height: 1; } #centered-toggle-button { position: absolute; }
JavaScript
var buttons = document.querySelectorAll(".toggle-button"); var modal = document.querySelector("#modal"); [].forEach.call(buttons, function(button) { button.addEventListener("click", function() { modal.classList.toggle("off"); }) });
粒子
时间
文字
hover
canvas
3d
游戏
音乐
火焰
水波
轮播图
鼠标跟随
动画
css
加载动画
导航
菜单
按钮
滑块
tab
弹出层
统计图
svg
×
Close
在线代码下载提示
开通在线代码永久免费下载,需支付20jQ币
开通后,在线代码模块中所有代码可终身免费下!
您已开通在线代码永久免费下载,关闭提示框后,点下载代码可直接下载!
您已经开通过在线代码永久免费下载
对不起,您的jQ币不足!可通过发布资源 或
直接充值获取jQ币
取消
开通下载
<!doctype html> <html> <head> <meta charset="utf-8"> <title>指定路径弹出模态框-jq22.com</title> <script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script> <style>
</style> </head> <body>
<script>
</script>
</body> </html>
2012-2021 jQuery插件库版权所有
jquery插件
|
jq22工具库
|
网页技术
|
广告合作
|
在线反馈
|
版权声明
沪ICP备13043785号-1
浙公网安备 33041102000314号