Clutter.Animatable

const Clutter = imports.gi.Clutter;

let animatable = new Clutter.Animatable();
  

Prerequisites

Animatable requires GObject.Object

Known Implementations

None