Skip to content

Instantly share code, notes, and snippets.

@ashraf2047
Created August 16, 2022 04:02
Show Gist options
  • Select an option

  • Save ashraf2047/432b783c56713cca070070ea41391fed to your computer and use it in GitHub Desktop.

Select an option

Save ashraf2047/432b783c56713cca070070ea41391fed to your computer and use it in GitHub Desktop.
const startAnimation = () => {
if (retrievedDiff) {
ANIMATION_WINDOW_MAP[props.id] = setTimeout(
() => displayCharacter(),
constants.SPEED_SETTING[props.currentSpeed].File
);
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment