/lessites transform scale plus doux

This commit is contained in:
ouidade 2024-11-08 11:10:24 +01:00
parent f965c7441b
commit cf27f339f3
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ if (isLessitesPage) {
// Si un .views-row correspondant est trouvé, on augmente sa taille
if (correspondingRow) {
correspondingRow.style.transform = 'scale(1.2)';
correspondingRow.style.transform = 'scale(1.05)';
correspondingRow.style.transition = 'transform 0.2s ease'; // Animation fluide
}
});