Title: Word Switcher
Author: Bilal Akil
Published: <strong>09. prosinca 2017.</strong>
Last modified: 21. prosinca 2017.

---

Pretraga dodataka

Dodatak **nije testiran s zadnje 3 glavna izdanja WordPressa**. Možda ga se više
ne održava ili pruža podršku i možda ima probleme sa kompatibilnošću s novijim inačicama
WordPressa.

![](https://s.w.org/plugins/geopattern-icon/word-switcher.svg)

# Word Switcher

 Od [Bilal Akil](https://profiles.wordpress.org/bilalakil/)

[Preuzmi](https://downloads.wordpress.org/plugin/word-switcher.0.1.1.zip)

 * [Detalji](https://hr.wordpress.org/plugins/word-switcher/#description)
 * [Recenzije](https://hr.wordpress.org/plugins/word-switcher/#reviews)
 * [Razvoj](https://hr.wordpress.org/plugins/word-switcher/#developers)

 [Podrška](https://wordpress.org/support/plugin/word-switcher/)

## Opis

This plugin facilitates the usage of this Word Switcher JavaScript tool: https://
bitbucket.org/bilalakil/word-switcher

It creates a [word-switcher] shortcode where you can specify values for the tool’s
parameters and, of course, the words themselves, along with a fallback value to 
be displayed while the tool is being loaded or if it fails to load. When the page
is loaded the fallback content will be replaced with a word switcher.

Bring your own animations – it’s as easy as adding a couple of lines of CSS in the
Customizer. It also adds the `wordSwitcher` JavaScript function to the global scope
so you can do whatever you like with it.

Full usage example:

    ```
    Hello [word-switcher words="world, people, friends, everybody, mate" switchDelay="1000" random="true" animationDuration="null" className="hello-world-switcher"]world[/word-switcher]
    ```

This can be accompanied by the following CSS (which you can insert straight into
the Customizer) to simply fade the switching words in and out:

    ```
    .hello-world-switcher-enter-active, .hello-world-switcher-leave-active {
      transition: opacity 1s
    }
    .hello-world-switcher-enter, .hello-world-switcher-leave-to {
      opacity: 0
    }
    ```

Read the JavaScript tool’s documentation for more information regarding the parameters
and their default values, and how to use the animation classes (as inspired and 
imitated from the awesome Vue.js).

## Recenzije

Nema recenzija za ovaj dodatak.

## Suradnici i Programeri

“Word Switcher” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

 *   [ Bilal Akil ](https://profiles.wordpress.org/bilalakil/)

[Prevedite “Word Switcher” na svoj jezik.](https://translate.wordpress.org/projects/wp-plugins/word-switcher)

### Zainteresirani ste za razvoj?

[Pregledajte kôd](https://plugins.trac.wordpress.org/browser/word-switcher/), pogledajte
[SVN spremište](https://plugins.svn.wordpress.org/word-switcher/)ili se pretplatite
na [dnevnik razvoja](https://plugins.trac.wordpress.org/log/word-switcher/) od [RSS](https://plugins.trac.wordpress.org/log/word-switcher/?limit=100&mode=stop_on_copy&format=rss).

## Dnevnik promjena

#### 0.1.1

 * Removed the non-transpiled JavaScript file from the plugin.

#### 0.1.0

 * First release!
 * Using word-switcher v0.1.2 from npm.

## Meta

 *  Version **0.1.0**
 *  Zadnje ažuriranje **prije 8 godina**
 *  Aktivnih instalacija **Manje od 10**
 *  WordPress inačica ** 3.0.0 ili viša **
 *  Testirano do **4.9.29**
 *  Language
 * [English (US)](https://wordpress.org/plugins/word-switcher/)
 * Oznake
 * [animation](https://hr.wordpress.org/plugins/tags/animation/)[effects](https://hr.wordpress.org/plugins/tags/effects/)
   [shortcode](https://hr.wordpress.org/plugins/tags/shortcode/)[transition](https://hr.wordpress.org/plugins/tags/transition/)
 *  [Napredni pogled](https://hr.wordpress.org/plugins/word-switcher/advanced/)

## Ocjena

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/word-switcher/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/word-switcher/reviews/)

## Suradnici

 *   [ Bilal Akil ](https://profiles.wordpress.org/bilalakil/)

## Podrška

Želite nešto reći? Potrebna vam je pomoć?

 [Pregledaj forum za podršku](https://wordpress.org/support/plugin/word-switcher/)