There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This was a code I've made for an interview challenge. I've started from a psd with 4 layers of images; one for the logos and the others, one for each image. They needed the final file to be as light as possible, so what i've done was to convert each layer in svg and then animate each one in my code. Also, I've chosen to code everything that could be code -such as the buttons and titles- insted of exporting them as an image. For this animation to happen (with only one loop as asked) i've used HTML, CSS3 and JavaScript.