https://github.com/hacksu/mojs_tutorial
https://github.com/hacksu/mojs_tutorial
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hacksu/mojs_tutorial
- Owner: hacksu
- Created: 2018-03-13T22:33:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T23:21:14.000Z (almost 8 years ago)
- Last Synced: 2025-01-05T10:12:24.200Z (about 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mojs Hacksu Tutorial
2/13/18
## Intro
MoJS is a graphics animation library for Javascript! This tutorial is just to give you the resources you need to get started.
## Resources
We're going to be using Codepen to play with MoJS. MoJS is all about making things pretty, so we're going to start out with some basic styling. Either fork or copy the HTML and CSS from this codepen file into a new codepen file:
https://codepen.io/bhollan5/pen/eMJGqx
The other thing we're going to need is to add the MoJS libraries to Codepen! Just go into the JS panel, click the gear, and paste these links in the `External Resources` area (not the search bar). Here are the two links you need to add:
https://cdn.jsdelivr.net/mojs-player/0.43.15/mojs-player.min.js
https://cdn.jsdelivr.net/mojs/0.265.6/mo.min.js
I'll also be live coding the whole thing! You can watch what I do here:
https://codepen.io/bhollan5/professor/eMJGqx?editors=0010