aboutsummaryrefslogtreecommitdiff
path: root/src/MTools
diff options
context:
space:
mode:
authorribet2007-05-23 12:57:58 +0000
committerribet2007-05-23 12:57:58 +0000
commitffba9d13c68a71cc10d78e1a4b62227e71be62ad (patch)
treefd9777a96c08ac2263ea4f7a66fbe234dadfc44f /src/MTools
parentc46307095bc596bf27b0b22690e5395166ed12f6 (diff)
downloadmtc-ffba9d13c68a71cc10d78e1a4b62227e71be62ad.zip
mtc-ffba9d13c68a71cc10d78e1a4b62227e71be62ad.tar.gz
mtc-ffba9d13c68a71cc10d78e1a4b62227e71be62ad.tar.bz2
mtc-ffba9d13c68a71cc10d78e1a4b62227e71be62ad.tar.xz
Documentation de l'animation opacité
Diffstat (limited to 'src/MTools')
-rw-r--r--src/MTools/Anim/MOpacity.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MTools/Anim/MOpacity.pm b/src/MTools/Anim/MOpacity.pm
index e1882ba..d7aba19 100644
--- a/src/MTools/Anim/MOpacity.pm
+++ b/src/MTools/Anim/MOpacity.pm
@@ -19,12 +19,12 @@ package MTools::Anim::MOpacity;
# MOpacity permet de realiser une animation sur la transparence d'un objet
#
# proprietes :
-# * -visible : permet d'activer ou non l'animation
+# * -visible : permet d'activer ou stopper l'animation
# * from_opacity : valeur initiale de l'opacite au depart de l'animation
# * to_opacity : valeur de l'opacite a la fin de l'animation
# * duration : duree de l'animation
# * loop : marque le caractere repetitif ou non de l'animation
-# * targets : objets cible de cette animation
+# * targets : objet ou tableau d'objets cible de cette animation (de type MGroup ou autre type avec un attribut -alpha.
# Evenements :
# * ANIMATION_END : Notifie lorque l'annimation se termine
# * OPACITY_CHANGED : Notifie lorsque la valeur de l'opacite est changee au cours de l'animation