flextourjs
v1.1.2
Published
Tour that work with dynamic pages and features
Downloads
8
Maintainers
Readme
Flex Tour JS
Version 1.1.2
http://flextourjs.appspot.com/ (API and Demos)
Purposes:
- FlexTourJS was first designed so that you can show case your amazingly complex and powerful applications.
- This framework gives developers the freedom to do whatever they want with a lot of different combinations of attributes.
- FlexTourJS stays away from your applications, no modification directly made to your application's 'root' DOM Node. This is to ensure that some JS frameworks such as React will not fight against FlexTourJS to control the DOM.
Features Request: https://trello.com/b/EPsXtJYx/flextourjs
Please check the link to see if the features you want is in Backlog list or not. If not, please let me know so I can add them.
Update Notes:
- Removed Jquery from the bundle file, reduce the size of FlexTourJS bundle file to 85KB from 167KB (included Jquery). This update helps avoid duplicate jquery imports in both your application and the framework.
- Created a minified file for the framework so that the framework size will be reduced further since I commented on the codes a lot.