convert images to avif

This commit is contained in:
Marcello 2024-06-25 14:02:56 +02:00
parent 8026e1465b
commit b74f634cd2
Signed by: m-lamonaca
SSH key fingerprint: SHA256:8db8uii6Gweq7TbKixFBioW2T8CbgtyFETyYL3cr3zk
53 changed files with 17 additions and 17 deletions

View file

@ -44,7 +44,7 @@ let event = new CustomEvent(type, { detail: /* custom data */ }); // create eve
domNode.dispatchEvent(event); // launch the event
```
![Event Inheritance](../../img/javascript_event-inheritance.png)
![Event Inheritance](../../img/javascript_event-inheritance.avif)
## Animation