Remove V8 plugin
[platform/core/uifw/dali-toolkit.git] / docs / content / programming-guide / text-auto-scrolling.md
@@ -11,7 +11,6 @@ It will also scroll text that is smaller than the control and ensure the same bi
 If the number of loops (repetitions) is not set then once triggered to start it will scroll until requested to stop.
 If loop count is set to 3 for example it will scroll the text 3 times.
 
-![ ](../assets/img/text-controls/AutoScroll.gif)
 ![ ](AutoScroll.gif)
 
 ### Usage
@@ -58,6 +57,5 @@ If the text is multi-lined it will scroll upwards. ( Not supported at 1.1.35 )
 
 The properties used by TextLabel for Auto Scrolling are listed [here](@ref TextLabelProperties)
 
-@class TextLabel_Scrolling
 
 */