How to get an Annimated Gif to annimate?

How do I make an annimated gif behave like a gif in a Control Application?

What I have done is:

  • I added an html field
  • I added an annimated gif to that field
  • Compiled and Ran.
  • Although the image is an annimated gif, the image does not annimate.

Animated always play in browser, be sure the image is working ok and that your browser is up to date.
Also be sure the image name end with .gif

You can also use a text field, set it as label and set its value to something like this

<img src="../img/foo.gif" alt="This is an animated gif image"/>

1 Like