Skip to content

Check the render method of Anime. #41

Description

@hassanshaikley

I am getting an error using this library using v8.9.4 of Node.

import Anime from 'react-anime';

....

  <Anime delay={(e, i) => i * 100}
       scale={[.1, .9]}>
    <div className="blue"/>
    <div className="green"/>
    <div className="red"/>
  </Anime>

This may be because I am using Gatsby, which may require one to transpile to es5 before using a library but I am not sure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions