Fl.transitions library

How do I incorporate the fl.transitions library into an openFl project. Since I’m porting code from Flash projects, using a different library is not good for me.

Yes I’ve seen the “Fl.transitions.tween” thread but that didn’t provide enough info and starting a new thread might bring me more luck.

Thanks in advance!

fl.transitions is AS3 sourcecode part of Flash Professional.

A good alternative, from OpenFl lead, is Actuate: https://github.com/jgranick/actuate

You may be able to emulate the fl.transitions API using Actuate if you don’t want to rewrite your tweening code.