data(Europe)
animation_tmap({
tm_shape(Europe) +
tm_fill("yellow") +
tm_borders() +
tm_facets(by = "name", nrow=1,ncol=1) +
tm_layout(scale=2)
}, width=1200, height=800, delay=100, filename="European countries.gif")
Run the code above in your browser using DataLab