# Animated Interfaces with Vue.js Workshop Materials Starter Materials for Animated Interfaces with Vue.js Workshop Author: Sarah Drasner This repo houses the materials and resources for the Animated Interfaces with Vue.js. Most of the materials for the course are outlined below, but there are also directories housed here of very basic examples of some of the techniques we will cover so that students don't have to spend a lot of time researching in order to get started. It is recommended that students use CodePen to create work for the duration of the course, as we'll use preprocessors like SCSS as well as Babel for ES6, and resources like GSAP and Vue.js and codepen makes it easy to do so without time devoted to setup. If you like, you can also scroll to the CodePen collection section and fork one of the existing pens in those collections, they are comprehensive. GreenSock pens in the collection use member's only plugins that are CodePen-safe. For MorphSVG, DrawSVG, and FindShapeIndex sections, localhost will fail and using CodePen is recommended. Here is a URL that has all of the codepen-safe versions of the [GSAP Plugins](http://codepen.io/GreenSock/pen/OPqpRJ) Here is the codepen debugger [chrome extension](https://chrome.google.com/webstore/detail/codopen/agnkphdgffianchpipdbkeaclfbobaak) For sections covering Nuxt, we will be using the directories listed in the Nuxt section below as well as their directories, prefixed with `nuxt-` here. ## Slides: * [Principles of UI/UX Animation](http://slides.com/sdrasner/vue-animation1?token=aXKXDj9N) * [Transition Component](http://slides.com/sdrasner/vue-animation-2?token=-TKEq9rB) * [Transition-Group && Class/Style Bindings](http://slides.com/sdrasner/animating-vue-35?token=Vhyy-VPd) * [Basics of TweenMax](http://slides.com/sdrasner/vue-animation3?token=ktXZY2K0) * [Transitioning State](http://slides.com/sdrasner/animating-vue-45?token=0jz5DR4P) * [SVG Animation](http://slides.com/sdrasner/vue-animation-4-67?token=-1aJS9Kb) * [Nuxt Page Transitions](http://slides.com/sdrasner/vue-animation-5?token=gvF0a7_2) * [Custom Directives && Animation](http://slides.com/sdrasner/vue-animation-6?token=BEVxYSA8) All slides have password `vue!` ## Collections: * [Vue Animation Collection](https://codepen.io/collection/XQGkeV/) * [SVG and CSS/GreenSock CodePen Collection](http://codepen.io/collection/XvBQJQ/) Included in this repo are some very basic starter kits. ## Resources to find free SVG online SVG Resources: * [Icomoon](http://icomoon.io/) * [The Noun Project](https://thenounproject.com/) * [Freepik](http://www.freepik.com/) ## GreenSock Resources [GreenSock Docs](http://greensock.com/docs/#/HTML5/), [Forums](http://greensock.com/forums/), and [Easing Visualizer](http://greensock.com/ease-visualizer). There are three directories you can use as GSAP starter kits: * basic-tween * basic-timeline * master-timeline ## Nuxt Resources [Nuxt Docs](https://nuxtjs.org/) There are three directories you can use as Nuxt starter kits: * nuxt-css-animation-starter * nuxt-js-animation-starter * nuxt-fixed-transition-modes