Skip to content

Make `overflow` Value Configurable

Choose a tag to compare

@alexmacarthur alexmacarthur released this 29 Jun 03:06
· 1 commit to master since this release

Introduces an overflow option that can be used to customize the value applied to an element during an animation. Ex:

down(document.getElementById("element"), {
  overflow: "auto"
});