Posts by Felipe Sampaio • 36 points
3 posts
-
0
votes2
answers320
viewsA: Animation in CSS is executed but when it starts again it does not repeat
Adds the: animation-iteration-count:infinite;
-
1
votes3
answers327
viewsA: External HTML in div without server
Save a JS file or include it in the index, with the content below: function abre(arquivo,alvo){ var xmlHttp; try{ xmlHttp=new XMLHttpRequest(); } catch (e){ try { xmlHttp=new…
-
1
votes1
answer2168
viewsA: What is a Rest API for front and backend communication?
The Representational State Transfer (REST), in Portuguese Representational State Transfer, is an abstraction of the architecture of the World Wide Web, more precisely, is an architectural style…