如何 计算click 300毫秒延迟
发布网友
发布时间:2022-08-10 09:39
我来回答
共2个回答
热心网友
时间:2024-11-23 23:53
快速响应是所有UI都需要注意的一点,研究证明:当延迟超过100毫秒,用户就能感受到界面的卡顿。然而出于对手指触摸滑动的区分,移动端页面对于触摸事件会有300毫秒的延迟,导致多数用户感觉移动设备上基于html的web应用界面响应速度慢。
例1:在手机端运行该页面,点击按钮,会明显感觉比较慢
[html] view plain copy
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<style>
*
{
margin: 0;
}
body
{
}
.button
{
background-color: #3d3d3d;
border: 0px;
height: 80px;
width: 80%;
font-size: 50px;
margin: 10% 0% 0% 10%;
color: #fff;
}
.fu
{
min-height: 100%;
min-width: 100%;
background-color: Black;
热心网友
时间:2024-11-23 23:54
进游戏后选区的时候能看到,你在换线的时候能看到