ibbatta / mojs-personal-study

πŸ“š Personal template to study and test animation with mo.js

Home Page:https://ibbatta.github.io/mojs-personal-study/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PERSONAL MO.JS STUDY CASE PROJECT

This repo contains a personal template to study and test animation with mo.js


What this project contains

  • Mo.js animation library

Set up

Before cloning the repo be sure you have installed:

Then:

  • Choose a folder project in your system and switch in cd [folder path]
  • Clone the repo in your folder git clone https://github.com/ibbatta/mojs-personal-study.git

Installation

  • From the directory of the project run yarn

Usage

Once everything is installed, use Yarn from the terminal to start the build tasks.
The package.json expose these tasks:

  • yarn start (start the project locally)
  • Visit the page localhost:9001 to see the project running

Todo

  • Learn animation

Contributing

  • Fork it!
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request

Credits


Troubleshootings

This is just a personal test, created for demonstration and learn purpose only, it may or may not be a good fit for your project(s).


GitHub @ibbatta  Β·  Twitter @battago

About

πŸ“š Personal template to study and test animation with mo.js

https://ibbatta.github.io/mojs-personal-study/

License:MIT License


Languages

Language:JavaScript 61.6%Language:CSS 24.3%Language:HTML 14.1%