shape link with animation
Posted: Mon Jan 18, 2021 2:40 pm
Hi
Simple shape, link to another page in the same project is all fine.
Is it possible to click on the link (shape) and animate it (slide off screen) just before the link takes place.
I can add an event Onclick to activate the animation, but that stops the link from working
I can add a second Onclick event to perform the link which actions before the animation, so no animation is seen.
It's like I need a 'delayed' link
I guess I could use Onclick event1 to start a timer for the duration of the animation. On timer action perform the link.
And a second Onclick to trigger the animation with a duration to match the timer above.
Is there an easier way?
TBH - it might be quite irritating in practice(!) - but I'd like to see it in action first! before I decide the 'irritation-factor'
Thanks in advance
Pete
Simple shape, link to another page in the same project is all fine.
Is it possible to click on the link (shape) and animate it (slide off screen) just before the link takes place.
I can add an event Onclick to activate the animation, but that stops the link from working
I can add a second Onclick event to perform the link which actions before the animation, so no animation is seen.
It's like I need a 'delayed' link
I guess I could use Onclick event1 to start a timer for the duration of the animation. On timer action perform the link.
And a second Onclick to trigger the animation with a duration to match the timer above.
Is there an easier way?
TBH - it might be quite irritating in practice(!) - but I'd like to see it in action first! before I decide the 'irritation-factor'
Thanks in advance
Pete