animation - 动画 div 闪光灯

标签 animation css

如何像这个网站一样制作动画加上一个 div...我只是复制并粘贴 css 但没有任何反应。

http://vbiran.ir

请帮我做这样的东西

我的代码是这样的googleplus{position:absolute;top:100px;right:310px;background:#F3EBDB;border:1px solid #C3B8A3;padding:14px 6px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;animation:googleplus 2s infinite;-moz-animation:googleplus 2s infinite;-webkit-animation:googleplus 2s infinite;font-family:BKoodakBold !important}

最佳答案

这是用 CSS3 动画制作的。您指定动画的名称,然后使用 @keyframes 属性对其进行描述。参见 here了解更多详情,以及 here is working example .

关于animation - 动画 div 闪光灯,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10342574/

相关文章:

python - 未找到模块,未找到 ffmpeg

ios - 无法为 UISearchBar 的框架或边界设置动画

jquery - 滚动时创建 "underline to circle"动画

html - 在元素的某些部分水平对齐

jQuery/CSS 显示两列之间的合并样式关系,如 FileMerge

php - 如何在php中使用css样式

ios - 将 NSLayoutConstraints 与 CALayer 支持的 View 结合使用无法正确设置动画

Android工作室动画文件

html - 如何最好地隐藏移动 View 的表格列

javascript - 小折叠三 Angular 形 : how can I create collapsible sections on a webpage?