Aimated-Meu是NativeScript模块,可以添加一个动态菜单到iOS应用。Adroid支持会基于这个项目添加一些Adroid动画。
在应用目录中运行pmistallativescript-aimated-meu--save:
.├── app <------------------------------ ru pm istall from here│ ├── app.css│ ├── app.js│ ├── bootstrap.js│ ├── mai-page.js│ ├── mai-page.xml│ ├── ode_modules│ │ └── ativescript-aimated-meu <-- The istall will place the module's code here│ │ └── ...│ └── package.jso <----------------- The istall will register “ativescript-aimated-meu” as a depedecy here│ └── ts_modules│ └── ...└── platforms └── ios使用
root-page <-------------this is the page that will host the aimated meu elemet └── aimated-meu <------------the aimated meu elemet will referece the meu page ad mai page (see below) └── meu-page └── mai-page









评论