css实现边框光效悬浮动画效果代码
代码语言:html
所属分类:动画
代码描述:css实现边框光效悬浮动画效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <style> @charset "UTF-8"; @font-face { font-family: "Mona Sans"; src: url("//repo.bfw.wiki/bfwrepo/font//Mona-Sans.woff2") format("woff2 supports variations"), url("//repo.bfw.wiki/bfwrepo/font/Mona-Sans.woff2") format("woff2-variations"); font-weight: 100 1000; } @property --hue { syntax: "<number>"; inherits: true; initial-value: 0; } @property --rotate { syntax: "<number>"; inherits: true; initial-value: 0; } @property --bg-y { syntax: "<number>"; inherits: true; initial-value: 0; } @property --bg-x { syntax: "<number>"; inherits: true; initial-value: 0; } @property --glow-translate-y { syntax: "<number>"; inherits: true; initial-value: 0; } @property --bg-size { syntax: "<number>"; inherits: true; initial-value: 0; } @property --glow-opacity { syntax: "<number>"; inherits: true; initial-value: 0; } @property --glow-blur { syntax: "<number>"; inherits: true; initial-value: 0; } @property --glow-scale { syntax: "<number>"; inherits: true; initial-value: 2; } @property --glow-radius { syntax: "<number>.........完整代码请登录后点击上方下载按钮下载查看
网友评论0