AnimationClientResolveAnimationAsync Method |
Version 118.6.80
Gets the remote object of the Animation.
Namespace:
CefSharp.DevTools.Animation
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public Task<ResolveAnimationResponse> ResolveAnimationAsync(
string animationId
)
public:
Task<ResolveAnimationResponse^>^ ResolveAnimationAsync(
String^ animationId
)
Parameters
- animationId
- Type: SystemString
Animation id.
Return Value
Type:
TaskResolveAnimationResponsereturns System.Threading.Tasks.Task<ResolveAnimationResponse>
See Also