54 ClutterPropertyTransition
Property transitions
54.1 Overview
<clutter-property-transition>
is a specialized
<clutter-transition>
that can be used to tween a property of a
<clutter-animatable>
instance.
<clutter-property-transition>
is available since Clutter 1.10
54.2 Usage
— Function:
clutter-property-transition-new (
property_name mchars
)
⇒ (
ret <clutter-transition>
)
Creates a new <clutter-property-transition>
.
- property-name
- a property of animatable, or ‘
#f
’.
- ret
- the newly created
<clutter-property-transition>
. Use
g-object-unref
when done.
Since 1.10