new Vera()
JavaScript code for the Veracitor project.
Dependent on the global variable 'vera' recieved from a request made to
the Veracitor home page.
- Source:
- vera.js, line 1
Methods
-
init()
-
This function is run when the document is loaded.
- Source:
- vera.js, line 27
-
menuClick(evt)
-
Handles the event fired when a menu tab is clicked. If the current visible tab is to the left of the clicked tab it will be animated out from the screen to the left, otherwise to the right. The clicked tab will be animated in to the screen, following the motion of the previous visible tab.
Parameters:
Name Type Description evt
Event The fired event. - Source:
- vera.js, line 68