isEntrance property

bool get isEntrance

✅ ADDED: Check if this is an entrance animation

Implementation

bool get isEntrance => this == fadeIn || this == slideIn || this == scale;