Vue
Interaction and animation in the atlas interface layer.
What This Tool Is For
Progressive JavaScript framework — component UI for Blendary pages, transitions, and future interactive atlas viewers.
Creator Alphabet in Vue
| Operation | How it appears |
|---|---|
| Transform | CSS transform and layout positioning |
| Merge | Component composition and slot merging |
| Mask | v-if / v-show conditional display |
| Tracking | Scroll and route watchers follow user path |
| Simulation | Reactive state drives UI variation |
| Animation | Transition and TransitionGroup |
| Material | Design tokens — color, surface styling |
| Lighting | CSS gradients and shadow as light cues |
| Rendering | Client-side DOM paint; SSR in Nuxt |
| Interaction | Events, forms, SearchBox, navigation |
First Learning Path
Component layout (Transform) → v-if mask regions → merge data in composables → Vue transitions (Animation) → Nuxt render.