Free Anime Api , is a web site Created with Raect Object for [@freeDisign,CustomeWeb]
Animation Navigation Texture!
// animataion texteur !
setTimeout(() => {
let t = document.getElementById("title_nav");
let text = 'Anime-Images API'
let i = 0;
let type = () => {
if (i < text.length) {
t.innerHTML += text.charAt(i);
i++;
setTimeout(type, 100)
}
}
type();
},500)
// fin animation
Generate Characters From media animes!
let num = Math.floor(Math.random() * 5);
const Characters =
[
{name : "Asia", img: Asia, width: 350},
{name : "Akeno", img: Akeno,width: 250},
{name : "Irina", img: Irina,width: 250},
{name : "Koneko", img: Koneko,width: 250},
{name : "Rias", img: Rias,width: 250}
]