From 1030dc837b10a03a02a85d5504cbeec168ce49e2 Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Mon, 03 May 2010 21:53:47 +0000 Subject: Import XaoS r489 (trunk after version 3.5) --- (limited to 'help/rest/morphangle.txt') diff --git a/help/rest/morphangle.txt b/help/rest/morphangle.txt new file mode 100644 index 0000000..fdbccd2 --- /dev/null +++ b/help/rest/morphangle.txt @@ -0,0 +1,24 @@ +.. _morphangle: + +.. index:: + pair: command; morphangle + +Morph angle +=========== + +**Syntax**:(morphangle float) Smoothly rotate the image to another angle. By +default rotation causes recalculation of the whole screen. To avoid this you +need to enable :ref:`fast rotate mode `. Don't forget to disable it +later, since it slows down other animations. + +A simple "rotozooming" animation:: + + (initstate) + (fastrotate #t) + (morphview -1.64128273713 -5.50393226816E-05 9.69332308848E-08 9.69332308834E-08) + (morphangle 300) + (usleep 10000000) + (wait) + (fastrotate #f) + +**Available as**: command -- cgit v0.9.1