✏️ 正在编辑: rubberBand.css
路径:
/home/h359620/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rubberBand.css
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
@keyframes rubberBand { from, to { transform: scale3d(1, 1, 1); } 30% { transform: scale3d(1.25, 0.75, 1); } 40% { transform: scale3d(0.75, 1.25, 1); } 50% { transform: scale3d(1.15, 0.85, 1); } 65% { transform: scale3d(0.95, 1.05, 1); } 75% { transform: scale3d(1.05, 0.95, 1); } } .rubberBand { animation-name: rubberBand; }
💾 保存文件
← 返回文件管理器