Skip to content

Commit 1f663d2

Browse files
committed
move to overlay 1.0
1 parent b39a4b4 commit 1f663d2

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121
"vue-card": "^0.1.0",
2222
"vue-collapsible": "^0.1.0",
2323
"vue-comps-dropdown": "^0.1.0",
24-
"vue-comps-modal": "^0.1.0",
24+
"vue-comps-modal": "^0.1.1",
2525
"vue-comps-tooltip": "^0.1.0",
2626
"vue-comps-waves": "^0.1.0",
2727
"vue-fixed-action-button": "^0.1.0",
28-
"vue-mixins": "^0.2.6",
29-
"vue-overlay": "^0.1.0",
28+
"vue-mixins": "^0.2.8",
29+
"vue-overlay": "^1.0.0",
3030
"vue-parallax": "^0.1.2",
3131
"vue-pushpin": "^0.1.3",
3232
"vue-comps-scrollspy": "^0.1.0",
3333
"vue-scrollfire": "^0.1.0",
34-
"vue-side-nav": "^0.1.4",
34+
"vue-side-nav": "^0.1.5",
3535
"vueify-insert-css": "^1.0.0",
3636
"vue-toaster": "^0.1.3",
3737
"vue-drag-handle": "^0.2.0",

src/overlay.coffee

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# out: ../overlay.js
22
Velocity = require("velocity-animate")
33
Overlay = require "vue-overlay"
4-
# for overlay 1.0
5-
# Overlay.obj.methods.fade = ({el,opacity,cb}) ->
6-
Overlay.obj.props.fade.default = ({el,opacity,cb}) ->
4+
Overlay.obj.methods.fade = ({el,opacity,cb}) ->
75
Velocity el, {opacity: opacity},{
86
duration: 300
97
queue: false

0 commit comments

Comments
 (0)