{"id":20073586,"url":"https://github.com/ragingwind/electron-togglify-window","last_synced_at":"2026-05-24T16:35:25.499Z","repository":{"id":57221930,"uuid":"45144481","full_name":"ragingwind/electron-togglify-window","owner":"ragingwind","description":"Set toggle function to Browser Window","archived":false,"fork":false,"pushed_at":"2015-11-01T11:37:08.000Z","size":140,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T00:32:21.829Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ragingwind.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-28T22:01:28.000Z","updated_at":"2021-07-22T21:16:44.000Z","dependencies_parsed_at":"2022-08-29T04:10:11.301Z","dependency_job_id":null,"html_url":"https://github.com/ragingwind/electron-togglify-window","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragingwind%2Felectron-togglify-window","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragingwind%2Felectron-togglify-window/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragingwind%2Felectron-togglify-window/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragingwind%2Felectron-togglify-window/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ragingwind","download_url":"https://codeload.github.com/ragingwind/electron-togglify-window/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241504273,"owners_count":19973205,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T14:46:53.491Z","updated_at":"2026-05-24T16:35:25.425Z","avatar_url":"https://github.com/ragingwind.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# electron-togglify-window\n\n\u003e Add toggle feature to window. You can make a toggle-able window\n\n![](https://cloud.githubusercontent.com/assets/124117/10804677/0ef6c2d0-7e0c-11e5-93a9-0e47c79df5d7.gif)\n\n## Install\n\n```\n$ npm install --save electron-togglify-window\n```\n\n## Usage\n\n```js\nconst BrowserWindow = require('browser-window');\nconst togglify = require('electron-togglify-window');\n\nwin = togglify(new BrowserWindow({\n side: 'left',\n 'always-on-top': false,\n width: 600\n}, {\n\tanimation: 'hide'\n});\n```\n\n## API\n\n### togglify(winInstance, options)\n\n#### winInstance\n\nInstance of the target window should be passed created just to toggle.\n\n#### options\n\nType: `object`\n\n- `animation`: the way of toggle animation when its will be `hide` or `scale`.\n\n## Run demo\n\n```\n$ npm start\n```\n\n## License\n\nMIT © [Jimmy Moon](http://ragingwind.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fragingwind%2Felectron-togglify-window","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fragingwind%2Felectron-togglify-window","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fragingwind%2Felectron-togglify-window/lists"}