File: examples/files/css/getcss.css

Recommend this page to a friend!
  Classes of Sebastian Schlapkohl   jQuery Annex   examples/files/css/getcss.css   Download  
File: examples/files/css/getcss.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: jQuery Annex
General purpose functions missing in jQuery
Author: By
Last change: Update of examples/files/css/getcss.css
Date: 19 days ago
Size: 440 bytes
 

Contents

Class file image Download
@keyframes body-pulse { 0% { background-color: rgba(255, 0, 0, 0.05); } 33% { background-color: rgba(0, 255, 0, 0.05); } 66% { background-color: rgba(0, 0, 255, 0.05); } 100% { background-color: rgba(255, 0, 0, 0.05); } } body { animation: body-pulse; animation-duration: 2500ms; animation-fill-mode: forwards; animation-iteration-count: infinite; animation-timing-function: ease; animation-play-state: running; }