minor changes to options
This commit is contained in:
parent
856e80fce2
commit
e4a2904735
|
@ -5,7 +5,7 @@ const transitions = new Map([
|
|||
["fade", { tn: fade, opt: {} }],
|
||||
["blur", { tn: blur, opt: {} }],
|
||||
["slide", { tn: slide, opt: {} }],
|
||||
["fly", { tn: fly, opt: { y: 30 } }],
|
||||
["fly", { tn: fly, opt: { y: 80 } }],
|
||||
])
|
||||
|
||||
export default function transition(node, {type, options = {}}) {
|
||||
|
|
Loading…
Reference in New Issue