DVUI

Parameters

#
self:*AnimateWidget
*AnimateWidget

Source

Implementation

#
pub fn end(self: *AnimateWidget) bool {
    if (dvui.animationGet(self.data().id, "_end")) |a| {
        return a.done();
    }

    return false;
}