wrzesień

 0    4 Fiche    pablojakub
скачать mp3 басу ойын өзіңді тексер
 
сұрақ жауап
fetch API (GET)
оқуды бастаңыз
fetch(url). then(response => return response. json());
fetch API (POST)
оқуды бастаңыз
fetch(url, {method: 'POST', body: JSON. stringify(data)}). then(response => return response. json();
keyframes
оқуды бастаңыз
keyframes slide-in {from {transform: translateX(-100%);} to {transform: translateX(0%);} }. box {animation: slide-in 1000ms;}
spinner using keyframes
оқуды бастаңыз
@keyframes spin {from {transform: rotate(0turn);} to {transform: rotate(1turn);} }. spinner {animation: spin 1000ms; animation-timing-function: linear; animation-iteration-count: infinite;}

Пікір қалдыру үшін жүйеге кіру керек.