DARRT Project: Transitions
Learn about the role of transitions in the DARRT framework.
We'll cover the following...
Transitions in the DARRT framework
The last letter in our DARRT framework stands for transitions. The transitions.js
file holds a set of declarations for forms and links related to the API. An example of a link transition in HTML is the anchor (<a>
)tag:
<a href="/list/" rel="collection list company">Company List</a>
...