Changeset 8681239 in Klonkt for src/assets/css/audio.css
- Timestamp:
- 05/07/2026 10:38:43 PM (4 months ago)
- Branches:
- main
- Children:
- 76e9cfd
- Parents:
- 00550c0
- File:
-
- 1 edited
-
src/assets/css/audio.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/assets/css/audio.css
r00550c0 r8681239 111 111 opacity: 0; 112 112 pointer-events: none; 113 } 114 115 /* Browser-autoplay-policy heeft de auto-advance gestopt — typisch 116 na 3-4 tracks op iOS Safari. Visuele hint dat user op play moet 117 tappen om door te gaan (PCMS v10.1, audio-player.js). */ 118 .audio-player.audio-needs-tap .audio-btn-play { 119 animation: audio-pulse-tap 1.2s ease-in-out infinite; 120 background: rgba(255, 165, 0, 0.18); 121 border-color: orange; 122 color: orange; 123 } 124 @keyframes audio-pulse-tap { 125 0%, 100% { box-shadow: 0 0 0 0 rgba(255, 165, 0, 0.5); } 126 50% { box-shadow: 0 0 0 8px rgba(255, 165, 0, 0); } 113 127 } 114 128 .audio-player-inner {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)