StaticModule: DishAnimate - KSP-RO/Kerbal-Konstructs GitHub Wiki
This modules animates Antenna models the same way as the Stock Squad Dishes. You don't need to setup your own animations anymore. (only the transforms for animations are needed)
MODULE
{
// Mandatory, always the same
namespace = KerbalKonstructs
name = DishAnimate
// Mandatory
RotationTrasform = <name> // The name of the transform for controlling th rotation
ElevationTransform = <name> // the transform which will controll the angle above the ground
// Optional Parameters
MaxSpeed = 10
FakeTimeWarp = 1
MaxElevation = 10
MinElevation = 90
}