feat: Geração de música cantada com melodia e instrumentos pelo MiniMax music-2.0 e barra de progresso animada em roxo vibrante no player

This commit is contained in:
2026-09-01 10:54:40 +00:00
parent b7e16bb12f
commit 57d5e6e3e1
4 changed files with 111 additions and 32 deletions
+14 -3
View File
@@ -4133,9 +4133,9 @@ code {
}
@keyframes wave-pulse {
0% { height: 20%; background-color: #a855f7; }
50% { height: 95%; background-color: #ec4899; }
100% { height: 40%; background-color: #3b82f6; }
0% { height: 20%; background-color: #9333ea; box-shadow: 0 0 4px #9333ea; }
50% { height: 95%; background-color: #c084fc; box-shadow: 0 0 10px #c084fc; }
100% { height: 40%; background-color: #e879f9; box-shadow: 0 0 6px #e879f9; }
}
@keyframes wave-pulse-poesia {
@@ -4150,6 +4150,17 @@ code {
100% { height: 40%; background-color: #059669; }
}
#musicaAudioPlayer {
accent-color: #a855f7 !important;
outline: none;
filter: contrast(1.15) saturate(1.4);
}
#musicaCustomProgressContainer:hover #musicaCustomProgressBar {
background: linear-gradient(90deg, #a855f7 0%, #c084fc 60%, #f472b6 100%) !important;
box-shadow: 0 0 16px rgba(192, 132, 252, 1) !important;
}
@media (max-width: 768px) {
#musicaLeftPanel, #musicaRightPanel,
#poesiaLeftPanel, #poesiaRightPanel,