Add a toggle to animate the opening of Activities via Send Intent
My basic android developer skills (followed a course in college) tell me you can add a animation when starting an activity (https://stackoverflow.com/questions/2651360/how-to-provide-animation-when-calling-another-activity-in-android).
Currently the activity pops into existence, which is fine for when you want to automate something in said activity. But one of the ways I use tasker is for (re-)adding shortcuts that OEMs sometimes remove (like the Google In-App search). I'd like to get as close to the indented experience and an animation would be nice.