Jump to content
David Schwartz

libs that do EFX for text?

Recommended Posts

PowerPoint has a feature where you can "animate" the presentation of text being displayed on a slide. They have a few dozen options to choose from, with lots of variations. Spinning, dropping down, moving up, sliding from left or right, imploding / exploding, stuff like that.

 

What libraries exist that will let you do that when displaying large text on a Delphi form (on a Canvas)?

 

 

Share this post


Link to post

Should be pretty easy to implement with any of the libraries that can render text along a path. Image32, Graphics32, etc.

 

Are there any particular effects you need, or are you looking at what's available for now?

Share this post


Link to post

Is this something built into the VCL functions? If not, what libs will do it?

 

I'm just looking for an assortment of things to smooth the transition between displaying one phrase on-screen, then the next.

Share this post


Link to post
1 hour ago, David Schwartz said:

Is this something built into the VCL functions? If not, what libs will do it?

As I wrote:

5 hours ago, Anders Melander said:

Image32, Graphics32, etc.

 

1 hour ago, David Schwartz said:

I'm just looking for an assortment of things to smooth the transition between displaying one phrase on-screen, then the next.

https://www.google.com/search?q=delphi+graphics+transitions

 

As far as I can tell there's a ton of old transition effects code on Torry.net. No guarantee that it works as-is with newer versions of Delphi though.

  • Thanks 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×