jquery+velocity模仿iphone长按图标抖动删除卸载应用app效果代码

代码语言:html

所属分类:其他

代码描述:jquery+velocity模仿iphone长按图标抖动删除卸载应用app效果代码

代码标签: jquery velocity 模仿 iphone 长按 图标 抖动 删除 卸载 应用 app

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="en" >

<head>
 
<meta charset="UTF-8">
 

 
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">

 
 
<style>
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,500");
html {
  height: 100vh;
  width: 100vw;
  background: linear-gradient(65deg, rgba(18, 9, 35, 0.99) 0%, rgba(171, 189, 115, 0.51) 100%) no-repeat;
}

body {
  display: flex;
  height: 100%;
  font-family: Heebo;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(5, 185, 156, 0.25);
  padding: 0 25px;
}

.stage {
  justify-content: center;
  position: relative;
  top: -25px;
  align-items: center;
  display: flex;
  flex-direction: column;
}

h3 {
  color: white;
  text-align: center;
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: 300;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  transition: all 500ms ease-in-out;
  margi.........完整代码请登录后点击上方下载按钮下载查看

网友评论0