- Posts: 4
- Thank you received: 0
X,Y coordinates for animating Hot Zoomer
-
pdfdesign@msn.com
Inactive member - Topic Author
- New Member
Less
More
13 years 3 months ago #10616
by pdfdesign@msn.com
X,Y coordinates for animating Hot Zoomer was created by pdfdesign@msn.com
I see my error in setting up the To: coordinates for the zoomer but I need examples or a link to a tutorial for guidance with x,y coordinates. See attached file - zoomer.jpg
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago #10627
by ivan.milic
Replied by ivan.milic on topic Re: X,Y coordinates for animating Hot Zoomer
Well format is like this:
X,Y,Zoom
X and Y can have values from 0.00 to 1.00, Zoom can have any positive value usually greater than 1.00
if you want your image to move from top-left to bottom-right values would be like this (no zoom):
from:0,0,1
to:1,1,1
if you would like to center image and then zoom 3x center of image ,
from:0.5,0.5,1
to:0.5,0.5,3.0
note that zoom is relative to view area.
X,Y,Zoom
X and Y can have values from 0.00 to 1.00, Zoom can have any positive value usually greater than 1.00
if you want your image to move from top-left to bottom-right values would be like this (no zoom):
from:0,0,1
to:1,1,1
if you would like to center image and then zoom 3x center of image ,
from:0.5,0.5,1
to:0.5,0.5,3.0
note that zoom is relative to view area.
Please Log in to join the conversation.
Time to create page: 0.226 seconds