6.4.3. Fading#
Create a crossfade while changing how a molecular model is displayed in ChimeraX.
6.4.3.1. Fade command#
crossfade 48
hide #1 ribbon,atom
wait 48
6.4.3.2. One-line fade command#
crossfade 48; hide #1 ribbon,atom; wait 48
6.4.3.3. What each fade command does#
crossfade 48begins a crossfade lasting 48 frames.hide #1 ribbon,atomhides the ribbon and atoms for model#1.wait 48waits for the crossfade to finish before running the next command.