# LinearNavigation/SwipeNavigation doesn't work

**URL:** https://forums.fusetools.com/t/linearnavigation-swipenavigation-doesnt-work/5086
**Category:** Bug Reports
**Created:** [March 9, 2016, 6:05pm UTC](https://forums.fusetools.com/t/linearnavigation-swipenavigation-doesnt-work/5086 "2016-03-09T18:05:53Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Fahad](https://avatars.discourse-cdn.com/v4/letter/f/ecccb3/32.png) [@Fahad](https://forums.fusetools.com/u/Fahad)
#### Post date: [March 9, 2016, 6:05pm UTC](https://forums.fusetools.com/t/linearnavigation-swipenavigation-doesnt-work/5086/1 "2016-03-09T18:05:53Z")

</div>

I have this test case:

```auto
<Panel>
    <LinearNavigation Easing="CircularOut"/>
    <SwipeNavigate SwipeDirection="Left"/>
    <Panel Background="Red"/>
    <Panel Background="Blue"/>
    <Panel Background="Green"/>
</Panel>

```

This is a direct copy/paste from the /Learn section but it doesn’t work.

You actually have to add in the Entering/Exiting animation, which wasn’t the case before. If this is the new standard (which makes sense) then the /Learn needs an update and what’s the Easing property in the Linear navigation for?

Cheers

---

<div class="post-metadata">

### Author: ![Sebastian\_Reinhard](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/sebastian_reinhard/32/513_2.png) [@Sebastian\_Reinhard](https://forums.fusetools.com/u/Sebastian_Reinhard)
#### Post date: [March 10, 2016, 1:21pm UTC](https://forums.fusetools.com/t/linearnavigation-swipenavigation-doesnt-work/5086/2 "2016-03-10T13:21:28Z")

</div>

Thanks for reporting! [The basic navigation docs](https://www.fusetools.com/learn/fuse#basic-navigation) should be updated now, please let us know if it’s still unclear.
