Rotate and zoom a image

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
User avatar
KingSparta
 
 
Posts: 285
Joined: Tue Dec 08, 2020 6:00 pm
Location: Earth

Rotate and zoom a image

Post by KingSparta »

Looking for some way to rotate an image and zoom in on it

I did not see anything under help or in WYSIWYG special effects.
Retired military with Airborne, Air Assault, and Flight Wings. Enjoys model trains, the internet, and ham radio. Located in Fayetteville, NC, USA. Avatar created by AI.
https://MyAAGrapevines.com
User avatar
crispy68
 
 
Posts: 3037
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Rotate and zoom a image

Post by crispy68 »

What do you mean exactly by rotate and zoom? Are you looking for some effect where the user hovers over the image and it rotates and zooms in? If so, you can do that by creating an event on hover.
User avatar
KingSparta
 
 
Posts: 285
Joined: Tue Dec 08, 2020 6:00 pm
Location: Earth

Re: Rotate and zoom a image

Post by KingSparta »

More like a user comes to the index.html page and the image rotates in and zooms at the same time to 100% (maybe 3 seconds or so) and then loads index2.html
Last edited by KingSparta on Wed Apr 30, 2025 8:20 pm, edited 1 time in total.
Retired military with Airborne, Air Assault, and Flight Wings. Enjoys model trains, the internet, and ham radio. Located in Fayetteville, NC, USA. Avatar created by AI.
https://MyAAGrapevines.com
User avatar
KingSparta
 
 
Posts: 285
Joined: Tue Dec 08, 2020 6:00 pm
Location: Earth

Re: Rotate and zoom a image

Post by KingSparta »

It looks interesting
Retired military with Airborne, Air Assault, and Flight Wings. Enjoys model trains, the internet, and ham radio. Located in Fayetteville, NC, USA. Avatar created by AI.
https://MyAAGrapevines.com
User avatar
KingSparta
 
 
Posts: 285
Joined: Tue Dec 08, 2020 6:00 pm
Location: Earth

Re: Rotate and zoom a image

Post by KingSparta »

This sort of works, I can get it to zoom in, and rotate 360 degrees.

I, however, can not seem to catch it in an active, enabled, hover, etc state, and try to forward from index.html to index2.html

Using this to forward the page.

Code: Select all

<meta http-equiv="refresh" content="2; url=https://myaagrapevines.com/index2.html" />
Is there a way to force a state?

I know this goes beyond, thanks for the info.
Retired military with Airborne, Air Assault, and Flight Wings. Enjoys model trains, the internet, and ham radio. Located in Fayetteville, NC, USA. Avatar created by AI.
https://MyAAGrapevines.com
User avatar
crispy68
 
 
Posts: 3037
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Rotate and zoom a image

Post by crispy68 »

Is the user supposed to click something, hover over something or is just supposed to happen automatically when you load the page? I'm still not clear on what you are trying to do.
User avatar
KingSparta
 
 
Posts: 285
Joined: Tue Dec 08, 2020 6:00 pm
Location: Earth

Re: Rotate and zoom a image

Post by KingSparta »

You have a cover. Picture a 1930s sum book cover.

You want that shown automatically when index.html is loaded

The small picture starts to turn and zooms in so the user can see it in full size and color.

After the picture is shown, fade in to index2.html

This is where the site starts to show its menu.

I need a way to force the computer to say All right, all ready, let's go to page two.
Retired military with Airborne, Air Assault, and Flight Wings. Enjoys model trains, the internet, and ham radio. Located in Fayetteville, NC, USA. Avatar created by AI.
https://MyAAGrapevines.com
User avatar
Pablo
 
Posts: 23399
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Rotate and zoom a image

Post by Pablo »

What do you mean by this?
however, can not seem to catch it in an active, enabled, hover, etc state, and try to forward from index.html to index2.html
Why do you need 'states'?
Post Reply