UNPKG

silk-gui

Version:

GUI for developers and Node OS

8 lines (7 loc) 209 B
var transition = require('../transition') module.exports = function (value) { var el = this.el transition.apply(el, value ? 1 : -1, function () { el.style.display = value ? '' : 'none' }, this.vm) }