Posts by Fernando Dias Motta • 59 points
3 posts
-
-2
votes2
answers557
viewsA: Stop CSS animation after interaction
Uses Animation: Pulse 2s forwards; then it doesn’t loop.
-
3
votes3
answers549
viewsQ: How to filter through attribute on an object / array
I believe it’s a simple question but I’m not finding a solution to my problem. Example: Object: {projectId:"1" name:"Projeto A" image:"imagem.jpg"} {projectId:"2" name:"Projeto B"…
-
3
votes3
answers2423
viewsA: How to break line between CSS tags
You can also try this way label{ display:block; clear:left; } <label>Primeiro Texto</label> <label>Segundo Texto</label> <label>Terceiro Texto</label>…