Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

thoun/bga-animations

Repository files navigation

THIS LIB IS DEPRECATED!

It's replaced by bga-animations

Links

Documentation

Demo

Concept

AnimationManager

The AnimationManager will store the global settings and manage all stuff common to all animations

Integration

On standard BGA project

Copy bga-animations.js file to the modules directory.
Then you can include the module on your game :

JS file:

define([
   "dojo","dojo/_base/declare",
   "dojo/debounce",
   "ebg/core/gamegui",
   /*...,*/
   g_gamethemeurl + "modules/bga-animations.js",
],
function (dojo, declare, debounce, gamegui, /*...,*/ bgaCards) {

See examples to see how to create a manager to call animations functions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors