Knob / slider animation: Difference between revisions

Jump to navigation Jump to search
no edit summary
m (→‎Dragging: <drag-scale> should read <drag-scale-px>)
No edit summary
Line 142: Line 142:
             </binding>
             </binding>
         </release>
         </release>
    </animation>
</PropertyList>
</syntaxhighlight>
Slider:
<syntaxhighlight lang="xml">
<?xml version="1.0" encoding="utf8"?>
<PropertyList>
    <animation>
        <type>slider</type>
        <object-name>brk-ku-elec</object-name>
        <property>/fdm/jsbsim/systems/mechanical/ku-antenna-elec-cb</property>
        <factor>0.006</factor>
        <axis>
            <x>0</x>
            <y>1</y>
            <z>0</z>
        </axis>
        <action>
            <binding>
                <command>property-toggle</command>
                <property>/fdm/jsbsim/systems/mechanical/ku-antenna-elec-cb</property>
            </binding>
        </action>
     </animation>
     </animation>
  </PropertyList>
  </PropertyList>
330

edits

Navigation menu