Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

oYOvOYo/SpecialFont

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpecialFont

jskyzero

Overview

A Animation Manage System use LeonSans for example.

Usage

you counld set config like:

var config = {
  "create": {
    "header": () => {
      return new LeonSans({
        text: 'world.execute(me);',
        color: ['#FFFFFF'],
        size: 80,
        weight: 200
      });
    },
  "animation": {
    "initialHeaderPosition": ["lemonsConfig", (x) => {
      TweenMax.to(x, 0, [0.5, 0.35])
    }],
  },
  "timeline": [
    [0, "create", "header"],
  ]
}

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.7%
  • HTML 16.3%