score:1

Accepted answer

i don't think there is a straight forward way. you need to use timers and animate the gif yourself. eclipse platform itself does that in few places (eg: the browser view animation when page is loading)

score:0

the imagedescriptor can accept an url as input param:

imagedescriptor id = activator.getimagedescriptor("/icons/yourgif.gif");

hope it works :-)


Related Query

More Query from same tag