Css – Clip-path animation with JavaScript doesn't work with classList but only changing style property
I made this animation using CSS and JavaScript. When I hover on the div, the background-color changes with a circle animation. This code is working: <!DOCTYPE html> <html lang="it"> <head> <style> #d1 { width: 300px; height: 300px; background-color: lightblue; position:…