Incorrect xOffset initialization in transition

2 messages - 100 views

Doesn't really affect the way the transition works, but the SlideTransitions init method has yOffset = 0 twice, should propably be yOffset = 0 and xOffset = 0

Oups, thanks ;)