I have a gatsby project where I used TimelineLite.staggerTo animation
When I run my project in development mode everything works normal.
But when I build my project and open it in the browser elements are being animated after they're displayed.
Here's in the first video how animation behaving itself in production mode:
The second video is taken from development mode.
production_raisense.webm
development_raisense.webm
Source code one of my component where I used animation.
import React, { Component } from "react";
import Layout from "../co