You can choose the direction of your timer changing the "forward" attribute.
Source
<h:panelGrid columns="2">
<h:outputText value="Forward"/>
<h:outputText value="Backward"/>
<pe:timer
timeout="1000"
forward="true"/>
<pe:timer
timeout="1000"
forward="false"/>
</h:panelGrid>