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
]]>
< ![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.
]]>
< ![CDATA[
Pierre Hébert Thanks, I’ll give it a try!
]]>