wrzesień

 0    4 speciālā zīme    pablojakub
lejupielādēt mp3 Drukāt spēlēt pārbaudiet sevi
 
jautājums atbilde
fetch API (GET)
sākt mācīties
fetch(url). then(response => return response. json());
fetch API (POST)
sākt mācīties
fetch(url, {method: 'POST', body: JSON. stringify(data)}). then(response => return response. json();
keyframes
sākt mācīties
keyframes slide-in {from {transform: translateX(-100%);} to {transform: translateX(0%);} }. box {animation: slide-in 1000ms;}
spinner using keyframes
sākt mācīties
@keyframes spin {from {transform: rotate(0turn);} to {transform: rotate(1turn);} }. spinner {animation: spin 1000ms; animation-timing-function: linear; animation-iteration-count: infinite;}

Lai ievietotu komentāru, jums jāpiesakās.