GithubHelp home page GithubHelp logo

foo123 / as3-transitions-lib Goto Github PK

View Code? Open in Web Editor NEW
13.0 13.0 5.0 14.32 MB

Image Transitions Library for Actionscript 3

Home Page: https://foo123.github.io/examples/as3-transitions-lib/

ActionScript 100.00%
3d slideshow-library slideshow-maker transitions-library

as3-transitions-lib's People

Contributors

foo123 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

as3-transitions-lib's Issues

Add listener on transition compelete

Hello,

I am going to make a transition repeat, and I don't found any param for repeat, so I want to add a linstener on transition compelete. So my question is whitch event I need to listen? Here is my demo code. Any help?

    private function testfun():void {
        var pic = document.getElementById("image-fade");
        var pic2 = document.getElementById("image-fade2");
        var foo=new Dissolve();
        addChild(foo);
        foo.doit({
            toTarget:pic,
            fromTarget:pic2,
            duration:40,
            easing:None.easeInOut
        });
        foo.addEventListener("transitionOutDone", nexttest);
    }

    private function nexttest(event:Event):void {
        var pic = document.getElementById("image-fade");
        var pic2 = document.getElementById("image-fade2");
        var foo=new Dissolve();
        addChild(foo);
        foo.doit({
            toTarget:pic,
            fromTarget:pic2,
            duration:40,
            easing:None.easeInOut
        });
        foo.addEventListener("transitionOutDone", nexttest);
    }

Hello Nikos, images are at 0,0, how to change that?

I have a question about the position of the image, because I try some examples from your manual.pdf, I found when the transition start, the image will always in x:0 and y:0. if there is a solution to controll the position of image?

.swc file

Hello Nikos,

The SWC file is missing from your repository.
In the manual, you speak of the SWC that would include everything, but I cannot find it anywhere.

Or could you include the modified library files?

Thank you!

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.