contact:accueil
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| contact:accueil [2026/06/26 07:29] – estro | contact:accueil [2026/06/26 08:57] (Version actuelle) – estro | ||
|---|---|---|---|
| Ligne 3: | Ligne 3: | ||
| ====== Contact ====== | ====== Contact ====== | ||
| </ | </ | ||
| - | |||
| - | |||
| < | < | ||
| - | < | + | < |
| - | <span style=" | + | |
| + | <div class=" | ||
| + | <div class=" | ||
| + | <div style=" | ||
| + | | ||
| + | <span style=" | ||
| + | <span style=" | ||
| + | </ | ||
| + | <!-- Duplication pour boucle fluide --> | ||
| + | <div style=" | ||
| + | <span style=" | ||
| + | <span style=" | ||
| + | <span style=" | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | .marquee-wrapper { | ||
| + | height: 100px; | ||
| + | overflow: hidden; | ||
| + | border: 0px solid #ccc; | ||
| + | padding: 10px; | ||
| + | position: relative; | ||
| + | background-color: | ||
| + | } | ||
| + | |||
| + | .scrolling-content { | ||
| + | position: absolute; | ||
| + | top: 0; | ||
| + | left: 0; | ||
| + | width: 100%; | ||
| + | animation: scrollUp 15s linear infinite; /* Vitesse ajustable - plus grand = plus lent */ | ||
| + | will-change: | ||
| + | } | ||
| + | |||
| + | @keyframes scrollUp { | ||
| + | 0% { | ||
| + | transform: translateY(0); | ||
| + | } | ||
| + | 100% { | ||
| + | transform: translateY(-50%); | ||
| + | } | ||
| + | } | ||
| + | |||
| + | /* Pause au clic via classe ajoutée par JS */ | ||
| + | .paused .scrolling-content { | ||
| + | animation-play-state: | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | var isScrolling = true; | ||
| + | |||
| + | function toggleScroll(element) { | ||
| + | // Ajoute ou retire la classe " | ||
| + | element.classList.toggle(' | ||
| + | isScrolling = !isScrolling; | ||
| + | } | ||
| + | </script> | ||
| </ | </ | ||
| - | |||
| - | < | ||
| - | .text-scroll-clean { | ||
| - | width: 100%; | ||
| - | overflow: hidden; | ||
| - | white-space: | ||
| - | animation: scrollClean 15s linear infinite; | ||
| - | display: inline-block; | ||
| - | padding-left: | ||
| - | } | ||
| - | |||
| - | .text-scroll-clean: | ||
| - | animation-play-state: | ||
| - | } | ||
| - | |||
| - | @keyframes scrollClean { | ||
| - | 0% { transform: translateX(0); | ||
| - | 100% { transform: translateX(-100%); | ||
| - | } | ||
| - | </ | ||
| </ | </ | ||
| [[contact@titux.org]] | [[contact@titux.org]] | ||
contact/accueil.1782458969.txt.gz · Dernière modification : de estro
