Click to "run" this cell to see the animation in work:
<div class="growMeBox"></div>
`
html`<style>
@keyframes example {
from {width: 50px; background-color: yellow; } to {width: 350px; background-color: red; }
}
.growMeBox {
border: 2px solid black;
height: 150px;
width: 350px;
background-color: red;
animation-name: example;
animation-duration: 4s;
}
</style>
`
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.