I am using quarto revealjs slides and I am interested in "animating" an image to make it appear as if waving back and forth. For example, I'd like for the image of the posit logo to rotate between -45 and 45 degrees for a back and forth effect. Is that possible? Thank you!!
---
title: "Untitled"
format: revealjs
editor: visual
---
## A slide
* one
* two
* three
![](https://posit.co/wp-content/uploads/2022/09/posit.svg){.absolute bottom=50 right=50 width="200" style="transform: rotate(45deg);"}