Make `overflow` Value Configurable
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"
});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"
});