How to animate text in a Splashscreen?
-
Hi everyone, I'm a begginer and I barely know the basics of Qt. I need to create a splashscreen (using a .svg format image) with some text in it (letters) that animates creating an eathquake view effect. I don't know neither which class i should use nor how to set text able to being "animated". I'm sorry if the question isn't clar enough but I am not an expert.
Thank you. -
Hi everyone, I'm a begginer and I barely know the basics of Qt. I need to create a splashscreen (using a .svg format image) with some text in it (letters) that animates creating an eathquake view effect. I don't know neither which class i should use nor how to set text able to being "animated". I'm sorry if the question isn't clar enough but I am not an expert.
Thank you.@Riccardo-A said in How to animate text in a Splashscreen?:
I need to create a splashscreen (using a .svg format image) with some text in it (letters) that animates
I could be wrong, but I would have thought this would be done in the SVG itself. See e.g. https://css-tricks.com/how-to-animate-text-with-svg-and-css/.
However if someone says this won't work in Qt, or there is a better way to do it from coding, listen to them....