Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 961 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 961 Bytes

electron-window-welt-sliding

An electron window welt sliding plugin.

screenshot

Installation

npm

npm install electron-window-welt-sliding --save

yarn

yarn add electron-window-welt-sliding

Usage

const weltSliding = require('electron-window-welt-sliding')
// win is your BrowserWindow instance.
// It return this so you can chain calls.
weltSliding(win).setSpeed(500).destroy()

methods:

methodName params return default Descrition
setWindow BrowserWindow this set the window which to welt sliding.
setSpeed Number this 500 set the animate duration.
setHideTimeout Number this 300 set delay before sliding hidden.
disableSlide this disable welt sliding.
enableSlide this enable welt sliding.
destroy destroy welt sliding.