JavaScript CSS clip Örnek
javascript css clip özelliği örnek uygulama
Javascript ile clip özelliğine "rect(0px,80px,80px,0px)" değeri verildiğindeki etkisini görmek için aşağıdaki çalıştır tuşuna basınız !
function fonk() {
document.getElementById("anakutu").style.clip = "rect(0px,80px,80px,0px)";
}
document.getElementById("anakutu").style.clip = "rect(0px,80px,80px,0px)";
}
bu kutuyu kırpacağız..
JavaScript css clip © htmlvecssegitimi.blogspot.com
Yorumlar
Yorum Gönder