首页
导航
博客
电子书
算法
众创
代码
随贴
关于我们
您好,欢迎来到码863代码分享网! 请
[登录]
/
[注册]
搜 索
贝塞尔曲线cubicbezier详解
编辑
https://www.jianshu.com/p/d999f090d333 参考
代码正文
双击正文可选择全部
1[代码][html]
尝试一下
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>在线编辑器</title> <script> </script> </head> <body> <!--In Out . Back(来回的缓冲效果)--> <p onmouseover="this.style.width='600px'" style="transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);height:20px;width:200px; background-color:red;" >鼠标放上来</p> <!--ease-in-out:cubic-bezier(.42, 0, .58, 1)--> <p onmouseover="this.style.width='600px'" style="transition: all 1s cubic-bezier(.42, 0, .58, 1);height:20px;width:200px; background-color:red;" >鼠标放上来</p> <!--ease:cubic-bezier(.25, .1, .25, 1)--> <p onmouseover="this.style.width='600px'" style="transition: all 1s cubic-bezier(.25, .1, .25, 1);height:20px;width:200px; background-color:red;" >鼠标放上来</p> </body> </html>
文明上网理性发言,请遵守新闻评论服务协议
0 条评论
发布评论
全部评论
最新
/
最热
暂无评论
加载更多
CopyRight 2002~2023 精通2100网 联系邮箱:qqtxt@163.com
版权所有:精通2100网
湘ICP备2023018646号-1
MYSQl共执行 3 个查询,用时 0.0016829967498779 秒,PHP脚本用时 0.003817 秒,占用内存 0.501 MB,Gzip 已启用