Is this content useful?
                        
                            
                            
                        
                        Thank you for your feedback!
                        Thank you for your feedback! You have rated this topic in the last 30 days.
                        
                     
                    
                        
    play メソッド
        アニメーションを開始します。
            
            
            シンタックス
| ASP.NET Ajax Javascript (Specification) |  | 
|---|
| function play( 
    : Number,
    : Number,
    : Boolean,
    : Boolean
) : (Any); | 
| ASP.NET Ajax Javascript (Usage) |  | 
|---|
| var resultVar = instanceOfOpacityAnimation.play(Number,Number,Boolean,Boolean); | 
 
            パラメータ
- startOpacity
- 開始時の不透明度 (%)
- endOpacity
- 終了時の不透明度 (%)
- removeOpacityAtEnd
- True: 終了時に不透明度を削除する要求。
- hideOnStop
- True: 終了時に要素を非表示にする要求。
 
            
            
            
            
            
            
            
            
        参照