animateminimize.js

来自「javascript 很酷的类库」· JavaScript 代码 · 共 19 行

JS
19
字号
isc.Window.create({    ID: "exampleWindow",    width: 300,    height: 100,    title: "System status - all systems: <span style='color:lightgreen;font-weight:bold'>Normal</span>",    canDragReposition: true,    animateMinimize: true,    items: [        isc.Canvas.create({            padding:5,            width: "100%",            height: "100%",            contents: "Staging: <span style='color:green;font-weight:bold'>Normal</span><br>"+                      "Production: <span style='color:green;font-weight:bold'>Normal</span><br>"+                      "Development: <span style='color:green;font-weight:bold'>Normal</span><br>"        })    ]});

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?