How can I make a rolling out advertisement banner.
82 views
Skip to first unread message
gzs...@gmail.com
unread,
Jul 1, 2018, 7:36:11 AM7/1/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Designer beta
I would like to add add rolling out effect for my advertisement banner. when I hover mouse over the button a new page(more info) roll down from the top and when I move mouse from the ad then the ad goes back to its initial state.
Made a group and put 2nd page(more info) in that group and only make that group elements active when I hover mouse over the advertisement.
Kent
unread,
Jul 2, 2018, 3:01:52 PM7/2/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Designer beta
One way to handle this is with two pages like suggested, but without groups: a mouseover event on page one should goToAndPlay page2 (starting with the rollout animation). Then page 2 has a mouseout event which will goToAndPlay a rollout animation to Page 1.