Animated-Menu NativeScript 菜单插件

程序名称:Animated-Menu

授权协议: MIT

操作系统: iOS

开发语言: JavaScript

Animated-Menu 介绍

Animated-Menu 是 NativeScript 模块,可以添加一个动态菜单到 iOS 应用。Android 支持会基于这个项目添加一些
Android 动画。

在应用目录中运行 npm install nativescript-animated-menu --save:

.
├── app  <------------------------------ run npm install from here
│   ├── app.css
│   ├── app.js
│   ├── bootstrap.js
│   ├── main-page.js
│   ├── main-page.xml
│   ├── node_modules
│   │   └── nativescript-animated-menu <-- The install will place the module's code here
│   │       └── ...
│   └── package.json <----------------- The install will register “nativescript-animated-menu” as a dependency here
│   └── tns_modules
│       └── ...
└── platforms
    └── ios

使用

root-page      <-------------this is the page that will host the animated menu element
    └── animated-menu     <------------the animated menu element will reference the menu page and main page (see below)
        └── menu-page
        └── main-page

Animated-Menu 官网

https://www.npmjs.com/package/nativescript-animated-menu

相关编程语言

BBGestureBack Full screen return gesture(全屏手...
Framework7 或者叫 F7 是全功能的绑定 iOS 7 应用的...
iOS 调试库,支持 iOS8+,无需添加任何代码,方便 i...
DarkModeKit是在Apple官方的深色模式发布之前设计和...
SimpleNote iOS 版客户端。SimpleNote 是一款在多平...
Kivy iOS,此工具旨在为 iOS 编译必要的库以运行应用...