Boucler une transition ?
Résolu
Utilisateur anonyme
-
Utilisateur anonyme -
Utilisateur anonyme -
A voir également:
- Boucler une transition ?
- Transition imovie télécharger - Télécharger - TV & Vidéo
- Transition capcut - Télécharger - Montage & Édition
- Logiciel transition musique automatique - Forum Création et production musicale
- Mixer automatique avec Virtual DJ Home 7 ✓ - Forum Enregistrement / Traitement audio
- Télécharger transition morphose powerpoint gratuit ✓ - Forum Powerpoint
1 réponse
salut,
si tu souhaite faire une sorte de highlight => https://api.jqueryui.com/highlight-effect/
tu peux éventuellement le faire avec une keyframe.
bonne journée
׺°"~'"°º×]|I{*------» LÖBÖTÖ «------*}I|[׺°"~'"°º×
si tu souhaite faire une sorte de highlight => https://api.jqueryui.com/highlight-effect/
tu peux éventuellement le faire avec une keyframe.
#test { border: 1px solid black; border-radius: 2px; padding: 5px; background: #FFF; -webkit-transition: background-color 100ms linear; -moz-transition: background-color 100ms linear; -o-transition: background-color 100ms linear; -ms-transition: background-color 100ms linear; transition: background-color 100ms linear; } #test:target { -webkit-animation: changeBg 1s; -moz-animation: changeBg 1s; animation: changeBg 1s; } @-webkit-keyframes changeBg { 0% {background: #AD310B;} 100% {background: #FFF;} } @-moz-keyframes changeBg { 0% {background: #AD310B;} 100% {background: #FFF;} } @keyframes changeBg { 0% {background: #AD310B; } 100% {background: #FFF;} }
bonne journée
׺°"~'"°º×]|I{*------» LÖBÖTÖ «------*}I|[׺°"~'"°º×
Je souhaite effectivement faite un highlight en pur CSS.
J'essaie ton code dans la journée et je te tiens au courant.
Voici le Jsfiddle final pour ceux que ça intéresse :
http://jsfiddle.net/rzxs357m/3/