Currently, the `frame` aesthetic is essentially treated as another grouping var, but that's not quite right: ```r ggplotly(ggplot(mtcars) + geom_bar(aes(factor(vs), frame = cyl))) ```  Perhaps the best thing to do is replicate layer(s) (for each frame)?