div+css实现全息投影出一把手枪动画效果代码
代码语言:html
所属分类:动画
代码描述:div+css实现全息投影出一把手枪动画效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <style> html { background-color: #000; display: flex; align-items: center; justify-content: center; height: 100vh; } .card { position: relative; width: 200px; height: 170px; margin-top: 70px; background-image: url(//repo.bfw.wiki/bfwrepo/icon/64dd4a9aac32f.png); background-size: contain; background-repeat: no-repeat; -webkit-animation: float 1s infinite alternate; animation: float 1s infinite alternate; } .card .holo { position: absolute; bottom: 0; } .holo { position: relative; z-index: 2; width: 150px; height: 5px; margin: -5px auto 0; backgr.........完整代码请登录后点击上方下载按钮下载查看
网友评论0