I looked through Golden Dictionary and it looks like there is no animations in there.
In fact, it explicitly turns off enter/exit animations.
I see a lot of animation stuff in kreader. I don't know why.
It did get me off on a tangent though.
There is no Android intent explicitly for dictionary lookup.
There are various searches or android.intent.action.PROCESS_TEXT
I had previously used android.intent.action.VIEW with a custom schema of "dictionary" in my own Lookup app.
That is "dictionary://trouble" looks for trouble.
Try this command in adb shell:
Code:
$ am start -a android.intent.action.PROCESS_TEXT -e android.intent.extra.PROCESS_TEXT hello -t text/plain
Mine shows up without animations (and asks me to download a dictionary).