Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author sebwordpress

    (@sebwordpress)

    It’s possible, I see many ways to replicate the animation. The fastest way would be to create an animation including most of the code as is, triggered into the JQuery text box under the More configuration link that you can see while adding a new animation.

    Another way would be to create the animation and repeat it.
    The delay and duration can use variables, so I would initialize all variables first(On Ready). After I would create another animation that reinitialize those variables (After the delay), and put those variable under the first animation into Personalized options.
    e.g.
    top: var_top + ‘px’
    and I would add $(document).twizRepeat(); into the Extra jQuery text box. etc..

    This plugin is like a code container where you can add some code and output it anywhere on your website, there is no limitation of what you can do with this plugin, it may be a little confusing at first.

    Thread Starter Sam Lowry

    (@sam-lowry)

    OK. So I added the js code and the css into the plugin, I added my html to my full-width template and it worked great… but only on the home page. I checked the admin settings and
    Home
    Everywhere
    All Categories
    All Pages
    All Posts

    are all green. It seems like the code is not running on other pages even though the ball image shows up. Any ideas? I tried it on a blog template and it failed as well. https://bit.ly/1QSztN3 – not working on Photos & Videos or Links. Other pages use a different template without the div roll.

    Thank you for your help! Your plugin with allow much creativity that doesn’t exist with the current WP plugins.

    Plugin Author sebwordpress

    (@sebwordpress)

    These are default sections which output accordingly, they are separate. To create a new section click the + menu, look at all the options, you will also have the possibility to choose the type of the section output and paste the html if necessary. Click Save, and then click Add New to add an animation or click import to import..

    Thread Starter Sam Lowry

    (@sam-lowry)

    Great!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can I replicate this existing animation from elsewhere?’ is closed to new replies.