Variable Window._animationActive

class Window
{
  // ...
  bool _animationActive;
  // ...
}