What Is mo.js

Introduction

 
Drawing and animating shapes on the Web has been a major challenge for Web developers. Today, I read about mo.js, a new JavaScript library designed to build motion for the Web. It seems like this is exactly what mo.js is trying to solve, the problem of drawing motion graphics on the Web.
 
Mo.js is a simple, fast, open-sourced, modular, robust, and retina ready JavaScript library from drawing motion graphics for the Web. For example, if you want to draw animated graphics shapes such as a circle, a rectangle, a line, curve, and others.
 
Quick start
  1. <script src="http://cdn.jsdelivr.net/mojs/latest/mo.min.js"></script>   
Declarative API Demo
  1. var burst = new Burst({    
  2. shape: 'circle',    
  3. fill: [ 'deeppink''cyan''orange' ],    
  4. x: '50%', y: '50%'    
  5. });   
Here is a live demo: Demo on Codepen
 
Download and Get Started
 
Download mo.js on Github: https://github.com/legomushroom/mojs
 
Here are some tutorials:
 
Note: It seems like more tutorials are being added.


Mindcracker
Founded in 2003, Mindcracker is the authority in custom software development and innovation. We put best practices into action. We deliver solutions based on consumer and industry analysis.