Structs§
Statics§
- ANIMATE_
BOUNCE - Generated from css file. Class content:
animation: bounce 1s infinite;
- ANIMATE_
NONE - Generated from css file. Class content:
animation: none;
- ANIMATE_
PING - Generated from css file. Class content:
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
- ANIMATE_
PULSE - Generated from css file. Class content:
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
- ANIMATE_
SPIN - Generated from css file. Class content:
animation: spin 1s linear infinite;