Epitochem

Pokemon Gen I

Pikachu

Pikachu is an Electric-type Pokémon introduced in Generation I. Pikachu are small, chubby, and incredibly cute mouse-like Pokémon. They are almost completely covered by yellow fur.

Pikachu

Pokemon Gen IV

Piplup

Piplup is the Water-type Starter Pokémon of the Sinnoh region. It was introduced in Generation IV. Piplup has a strong sense of self-esteem. It seldom accepts food that people give because of its pride.

Piplup

Pokemon Gen III

Blaziken

Blaziken is the Fire/Fighting-type Starter Pokémon of the Hoenn region, introduced in Generation III. Blaziken is a large, bipedal, humanoid bird-like Pokémon that resembles a rooster.

Blaziken

Pokemon Gen IV

Dialga

Dialga is a Steel/Dragon-type Legendary Pokémon. Dialga is a sauropod-like Pokémon. It is mainly blue with some gray, metallic portions, such as its chest plate, which has a diamond in the center. It also has various, light blue lines all over its body.

Dialga

Pokemon Gen V

Zekrom

Zekrom is a Dragon/Electric-type Legendary Pokémon. It is part of the Tao Trio, along with Reshiram and Kyurem. Zekrom is a large, black draconian Pokémon that seems to share its theme with its counterpart, Reshiram. It has piercing red eyes and dark gray to black skin that seems to be armor-like.

Zekrom

$('.slide-nav').on('click', function(e) { e.preventDefault(); // get current slide var current = $('.flex--active').data('slide'), // get button data-slide next = $(this).data('slide'); $('.slide-nav').removeClass('active'); $(this).addClass('active'); if (current === next) { return false; } else { $('.slider__warpper').find('.flex__container[data-slide=' + next + ']').addClass('flex--preStart'); $('.flex--active').addClass('animate--end'); setTimeout(function() { $('.flex--preStart').removeClass('animate--start flex--preStart').addClass('flex--active'); $('.animate--end').addClass('animate--start').removeClass('animate--end flex--active'); }, 800); } });