molstar
Version:
A comprehensive macromolecular library.
12 lines (11 loc) • 336 B
TypeScript
/**
* Copyright (c) 2021 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author Alexander Rose <alexander.rose@weirdbyte.de>
*/
import { PluginStateAnimation } from '../model';
export declare const AnimateStructureSpin: PluginStateAnimation<{
durationInMs: number;
}, {
t: number;
}>;