Published
Edited
Feb 10, 2021
Insert cell
md`# Anime.js include`
Insert cell
animejs = require('https://bundle.run/animejs@3.2.1')
Insert cell
{
yield html`<div class="animateme" style="border: 1px solid green; width: 20px;">HI</div>`
animejs({
targets: '.animateme',
translateX: 250
});
}
Insert cell

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.
Learn more