molstar
Version:
A comprehensive macromolecular library.
9 lines (8 loc) • 387 B
TypeScript
/**
* Copyright (c) 2019-2025 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author David Sehnal <david.sehnal@gmail.com>
*/
import { PluginStateAnimation } from '../model.js';
export declare const AnimateStateSnapshots: PluginStateAnimation<unknown, unknown>;
export declare const AnimateStateSnapshotTransition: PluginStateAnimation<unknown, unknown>;