X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fanimation%2Fanimation.h;h=29160c33ffe01824d83e694748cb6e965808da86;hb=091424324901c46a18959bfc0dd52f7ce8a0a811;hp=34ced29e7e14a5b8a3415ad5fd3a23c9f6933e85;hpb=da2e24f853c2f463df2f4b743c3b2241a537cefd;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/animation/animation.h b/dali/public-api/animation/animation.h index 34ced29..29160c3 100644 --- a/dali/public-api/animation/animation.h +++ b/dali/public-api/animation/animation.h @@ -2,7 +2,7 @@ #define __DALI_ANIMATION_H__ /* - * Copyright (c) 2016 Samsung Electronics Co., Ltd. + * Copyright (c) 2017 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -100,6 +100,10 @@ class Animation; * The overall animation time is superseded by the values given in the TimePeriod structure used when calling the AnimateTo(), AnimateBy(), AnimateBetween() and Animate() methods. * If any of the individual calls to those functions exceeds the overall animation time, then the overall animation time is automatically extended. * + * Using AnimateTo and AnimateBy for the same property of the same Actor will yield undefined behaviour especially if the TimePeriod overlaps. + * + * After calling Animation::Play(), Handle::GetProperty will return the target value of the animated property. + * * Signals * | %Signal Name | Method | * |--------------|--------------------------|