Is there any way to set a fade transition for a single object based on the page in view?

Is there any way to set a fade transition for a single object based on the page in view? I thought maybe this could be done through bindings but I’m out of ideas. Thanks for any help.

Example:

Page 1 – 100% visible

Page 2 – 0% visible

]]>

2 Commentsto Is there any way to set a fade transition for a single object based on the page in view?

  1. Anonymous says:

    < ![CDATA[

    You may use the container position change event. By dividing the current X position by the container width, you’ll get the current page as a decimal number. From there you can set the alpha property of some item using this decimal number.


    I am not sure but I think there should be some related script in the script repository.

    ]]>

  2. Anonymous says:

    < ![CDATA[

    Pierre Hébert Thanks, I’ll give it a try!

    ]]>

Leave a Reply

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