🔊 TTS Ouvir: botão em cada resposta da Kemily com Speech Synthesis nativo
This commit is contained in:
@@ -1255,6 +1255,28 @@ code {
|
||||
transition: transform 0.2s ease;
|
||||
}
|
||||
|
||||
.msg-action-btn.btn-speak svg {
|
||||
transition: transform 0.2s ease;
|
||||
}
|
||||
|
||||
.msg-action-btn.btn-speak:hover {
|
||||
color: #8b5cf6 !important;
|
||||
}
|
||||
|
||||
.msg-action-btn.btn-speak:hover svg {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
.msg-action-btn.btn-speak.speaking {
|
||||
color: #8b5cf6 !important;
|
||||
animation: pulse-speak 1.5s ease-in-out infinite;
|
||||
}
|
||||
|
||||
@keyframes pulse-speak {
|
||||
0%, 100% { opacity: 1; }
|
||||
50% { opacity: 0.6; }
|
||||
}
|
||||
|
||||
.disclaimer {
|
||||
font-size: 11px;
|
||||
color: var(--text-muted);
|
||||
|
||||
Reference in New Issue
Block a user