GithubHelp home page GithubHelp logo

gtweenhx's People

Watchers

 avatar

gtweenhx's Issues

defect in GTweenTimeline

hi, so here is the scenario:

1. object.alpha = 0
2. tween object to alpha = 1;
3. tween object to alpha = 0;

the animation doesn't sgo through step 3 and jumps directly to alpha = 0.

please, help



Original issue reported on code.google.com by [email protected] on 27 Sep 2011 at 7:34

Reflection.setField

With haxe 2.09, Reflection.setField in GTween.setPosition does not work 
anymore, it needs to be replaced with Reflection.setProperty

Original issue reported on code.google.com by [email protected] on 14 Apr 2012 at 7:06

GTweener.getTween

What steps will reproduce the problem?

GTweener.getTween(target, "whatever") always returns a tween even when the 
property "whatever" does not have one. 

GTweener.getTween:

for(tween in list.iterator()){
    if(!Math.isNaN(tween.getValue(name))){ return tween;}
}
return null;

getValue returns lookup to Hash<Float>, but on some platforms (flash/cpp) null 
gets converted to 0 so this check does not work. Gtween.getValue should have 
signature 

public function getValue(name:String):Null<Float> 

and the check 

tween.getValue(name) != null.




Original issue reported on code.google.com by [email protected] on 14 Apr 2012 at 7:00

Tweening jeash object

Very nice staff
But ,where can I can find a example of using gtweenhx for jeash
Nothing happed when I use gtweenhx in jeash project 
I found JeashDisplayObjectPlugin.hx ,how to use ?
Please help
Thanks 
-FS

Original issue reported on code.google.com by [email protected] on 19 Jul 2011 at 4:30

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.