Giter Site home page Giter Site logo

d2dproj's Introduction

ANIMATION METHOD REFERENCE

"AlphaScaleMove_ToBase"
(transitions opacity, size and pos from given variables to base variables)

"AlphaScaleMove_FromBase"
(transitions opacity, size and pos from base variables to given variables)

Animation parameters (Vector8f):
[0] length (frames)
[1] delay (frames)
[2] alpha (0.0f - 1.0f)
[3] scale (e.g. 1.35f = 135%)
[4] horizontal displacement (pixels)
[5] vertical displacement (pixels)
[6-7] UNUSED

Animation dynamic data (Vector8f):
[0] alpha increment per frame
[1] width increment per frame (pixels)
[2] height increment per frame (pixels)
[3] horizontal increment per frame (pixels)
[4] vertical increment per frame (pixels)
[5] processed hor displacement (pixels)
[6] processed ver displacement (pixels)
[7] UNUSED

"Scale_ToBase"
(transitions size from given variables to base variables)

"Scale_FromBase"
(transitions size from base variables to given variables)

Animation parameters (Vector8f):
[0] length (frames)
[1] delay (frames)
[2] scale (e.g. 1.35f = 135%)
[3-7] UNUSED

Animation dynamic data (Vector8f):
[0] width increment per frame (pixels)
[1] height increment per frame (pixels)
[2-7] UNUSED

d2dproj's People

Watchers

krz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.