UNPKG

molstar

Version:

A comprehensive macromolecular library.

12 lines (11 loc) 328 B
/** * Copyright (c) 2019 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal <david.sehnal@gmail.com> */ import { PluginStateAnimation } from '../model'; export declare const AnimateUnitsExplode: PluginStateAnimation<{ durationInMs: number; }, { t: number; }>;