css实现拟物化点赞喜欢按钮点击数字滚动动画效果代码

代码语言:html

所属分类:其他

代码描述:css实现拟物化点赞喜欢按钮点击数字滚动动画效果代码

代码标签: css 拟物化 点赞 喜欢 按钮 点击 数字 滚动 动画

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


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

<head>

  <meta charset="UTF-8">
  

  
  
<style>
@font-face {
  font-family: "Mona Sans";
  src: url("//repo.bfw.wiki/bfwrepo/fonts/Mona-Sans.woff2") format("woff2 supports variations"), url("//repo.bfw.wiki/bfwrepo/fonts/Mona-Sans.woff2") format("woff2-variations");
  font-weight: 100 1000;
}
@layer properties {
  @property --nb-1-tsy {
    syntax: "<number>";
    inherits: true;
    initial-value: 0;
  }
  @property --nb-2-tsy {
    syntax: "<number>";
    inherits: true;
    initial-value: 0;
  }
  @property --nb-1-op {
    syntax: "<number>";
    inherits: true;
    initial-value: 0;
  }
  @property --nb-2-op {
    syntax: "<number>";
    inherits: true;
    initial-value: 0;
  }
  @property --ic-op {
    syntax: "<number>";
    inherits:.........完整代码请登录后点击上方下载按钮下载查看

网友评论0