Published
Edited
Jun 14, 2022
Also listed in…
Tips and Utilities
API
Insert cell
Insert cell
Insert cell
Insert cell
{
yield html`<div class="animate-me">Hello, Kute.js</div>`
var myTween = KUTE.to('.animate-me', {translateX:150}).start();
}
Insert cell
{
yield html`<div class="colors">Hello Kute Colors</div><style>.colors{
padding: 8px;
border: 4px solid black;
}</style>`;
KUTE.to('.colors',{color:'rgb(0,66,99)'}).start();
KUTE.to('.colors',{backgroundColor:'#069'}).start();
KUTE.to('.colors',{borderColor:'turquoise'}).start(); // IE9+
}
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