Vorschau: Recherche-CTA wechselt Carousel zur Deepfakes-Karte
Klick auf Recherche-Beispiel ansehen scrollt zum Carousel und setzt es automatisch auf die Deepfakes-Recherche (Index 2). positionCards() als globale Funktion exponiert. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Dieser Commit ist enthalten in:
@@ -134,7 +134,7 @@
|
||||
var dots = document.querySelectorAll('.carousel-dot');
|
||||
var activeIndex = 0;
|
||||
|
||||
function positionCards(idx) {
|
||||
window.positionCards = function positionCards(idx) {
|
||||
activeIndex = idx;
|
||||
cards.forEach(function (card, i) {
|
||||
card.classList.remove('active', 'left', 'right', 'hidden');
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren