{
	"id"				: "behaviour-1",
	"type"				: "ClutterBehaviourRotate",
	"angle-start"		: 0.0,
	"angle-end"			: 360.0,
	"axis"				: "y-axis",
	"direction"			: "cw",
	"center-x"			: 0,
	"center-y"			: 0,
	"alpha"				: {
		"timeline"		: { "loop" : false, "num-frames" : 60, "fps" : 60 },
		"function" : "ramp-inc"
	}
}

{
	"id"				: "behaviour",
	"type"				: "ClutterBehaviourScale",
	"x-scale-end"		: 1.5,
	"y-scale-end"		: 1.5,
	"x-scale-start"		: 1.0,
	"y-scale-start"		: 1.0,
	"alpha"				: {
		"timeline"		: { "loop" : false, "num-frames" : 72, "fps" : 24 },
		"function" : "sine"
	}
}
