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