How to make animated screen shots in JGSoft way?

For everything that's not in any way related to PureBasic. General chat etc...
Jan2004
Enthusiast
Enthusiast
Posts: 184
Joined: Fri Jan 07, 2005 7:17 pm

How to make animated screen shots in JGSoft way?

Post by Jan2004 »

Do you know how to make animated screen shots as on the site:

http://www.editpadpro.com/editbat.html

Move the cursor earlier on the small screen shot.
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

I wouldn't call that an animated screenshot.

I bet it's a javascript, that resizes the picture stepwise as reaction on a mouseover.
it's just a resizing, original is the big screenshot.

for wich surface would you like this function?
a window or a website?
oh... and have a nice day.
User avatar
Kukulkan
Addict
Addict
Posts: 1423
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Post by Kukulkan »

Just right-click onto the homepage and let the browser display the source of the website. You may find the following link for the Javascript :wink: :

http://www.jgsoft.com/thumbscreen.js

Kukulkan
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: How to make animated screen shots in JGSoft way?

Post by PB »

He's not asking if it's JS, he's asking how to make an animation of that effect.

Just create the final size, then use ResizeImage in steps and save each step,
then show all in a loop.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Jan2004
Enthusiast
Enthusiast
Posts: 184
Joined: Fri Jan 07, 2005 7:17 pm

Post by Jan2004 »

I need it for the website. Thanks for the help. My example soon.

BTW. Do you know similiar effects, written in JS or CSS, for presenting software on the website ?
Post Reply