Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for animation (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/webapp/css/chat.css

        width: 6px;
        height: 6px;
        background-color: #0052cc;
        border-radius: 50%;
        margin: 0 2px;
        animation: thinking-bounce 1.4s ease-in-out infinite both;
    }
    
    .thinking-dots span:nth-child(1) {
        animation-delay: -0.32s;
    }
    
    .thinking-dots span:nth-child(2) {
        animation-delay: -0.16s;
    }
    
    @keyframes thinking-bounce {
        0%, 80%, 100% { transform: scale(0); }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 19.4K bytes
    - Click Count (0)
Back to Top