I’m trying around with creating page transition animations.

I’m trying around with creating page transition animations.

I have the problem, that setting the alpha of an item is a very heavy operation. Is there a way to reduce the script executions in positionchanged event?

]]>

5 Commentsto I’m trying around with creating page transition animations.

  1. Anonymous says:

    < ![CDATA[

    You can just use a value stored in self at the beginning of the script to allow the execution one of X times.



    if(self.val==0){


    self.val=10 (or something)


    }else{


    –self.val


    return


    }

    ]]>

  2. Anonymous says:

    < ![CDATA[

    OK.


    Another question: how can I store more than one value in a tag?

    ]]>

  3. Anonymous says:

    < ![CDATA[

    TrianguloY thank you.



    I got the first animation “bulldoze” working! I will share soon, it’s improveable

    ]]>

  4. Anonymous says:

    < ![CDATA[

    It could be possible, but it requires to create “shortcuts” inside the code. I think I will add some shortcuts in the long term to speedup some operations like this one.

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *