• 首页
  • 文章
  • 友链
  • 留言板
  • 关于
搜索
   
夜间模式暗黑模式
字体
阴影
滤镜
圆角
主题色

分类: 推荐

1 篇文章

微光录
  • 首页
  • 文章
  • 说说
  • 归档
  • 站点概览
  • 功能
5959
一个自动化专业的小fw
2 文章
3 分类
2 标签
  • 47
  • 8
  • 0
  • 0

分类
python 0推荐 1网站搭建 1
标签
Argon主题 2Simpletex 0
thumbnail
Simpletex —— 公式识别
推荐
|
2025-11-17 2:41
|
0
|
20
|
5959
|
2025-11-17 10:31

198 字
|
1 分钟内
Argon主题
Theme Argon
//卡片3D效果 if (screen.width >= 768 && !isSafari) { VanillaTilt.init(document.querySelectorAll("article.post:not(.post-full), .shuoshuo-preview-container"), { reverse: true, // reverse the tilt direction max: 8, // max tilt rotation (degrees) startX: 0, // the starting tilt on the X axis, in degrees. startY: 0, // the starting tilt on the Y axis, in degrees. perspective: 1000, // Transform perspective, the lower the more extreme the tilt gets. scale: 1.02, // 2 = 200%, 1.5 = 150%, etc.. speed: 600, // Speed of the enter/exit transition transition: false, // Set a transition on enter/exit. axis: "y", // What axis should be banned. Can be "x", "y", or null reset: true, // If the tilt effect has to be reset on exit. easing: "cubic-bezier(.03,.98,.52,.99)", // Easing on enter/exit. glare: false, // if it should have a "glare" effect "max-glare": 0.8, // the maximum "glare" opacity (1 = 100%, 0.5 = 50%) "glare-prerender": false, // false = VanillaTilt creates the glare elements for you, otherwise // you need to add .js-tilt-glare>.js-tilt-glare-inner by yourself "mouse-event-element": null, // css-selector or link to HTML-element what will be listen mouse events gyroscope: true, // Boolean to enable/disable device orientation detection, gyroscopeMinAngleX: -45, // This is the bottom limit of the device angle on X axis, meaning that a device rotated at this angle would tilt the element as if the mouse was on the left border of the element; gyroscopeMaxAngleX: 45, // This is the top limit of the device angle on X axis, meaning that a device rotated at this angle would tilt the element as if the mouse was on the right border of the element; gyroscopeMinAngleY: -45, // This is the bottom limit of the device angle on Y axis, meaning that a device rotated at this angle would tilt the element as if the mouse was on the top border of the element; gyroscopeMaxAngleY: 45, // This is the top limit of the device angle on Y axis, meaning that a device rotated at this angle would tilt the element as if the mouse was on the bottom border of the element; }) } }