Title: Animation
Last modified: August 21, 2016

---

# Animation

 *  Resolved [aracila](https://wordpress.org/support/users/aracila/)
 * (@aracila)
 * [12 years ago](https://wordpress.org/support/topic/animation-5/)
 * Hi, using theme version 1.0.5
 * Like it very much, especially colors combinations.
    But have a small issue with
   animation.
 * Can you tell me please if there is a way to **turn of** animation of Service 
   section? Would like to have them showing up on start up as you have it in [http://webulous.in/](http://webulous.in/)
 * Thank you

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Theme Author [Venkat Raj](https://wordpress.org/support/users/webulous/)
 * (@webulous)
 * [12 years ago](https://wordpress.org/support/topic/animation-5/#post-4860240)
 * find custom.js file in ‘js’ folder with in ‘abaris’ theme folder.
    comment out
   every thing between line no. 34 to 64.
 * Like this [http://pastebin.com/npkwKA4R](http://pastebin.com/npkwKA4R)
 *  Thread Starter [aracila](https://wordpress.org/support/users/aracila/)
 * (@aracila)
 * [12 years ago](https://wordpress.org/support/topic/animation-5/#post-4860333)
 * Thank you for prompt answer.
 * Unfortunately it did’t work.
    In this case text is not showing up at all, the
   icons still show up after I scroll down the page.
 * i am using WordPress 3.9.
 * Maybe you can post your custom.js from [http://webulous.in/](http://webulous.in/)
 * Thank you
    Andrei
 *  Thread Starter [aracila](https://wordpress.org/support/users/aracila/)
 * (@aracila)
 * [12 years ago](https://wordpress.org/support/topic/animation-5/#post-4860383)
 * I was able to go around the issue by replacing in custom.js line 21
    $(window).
   scroll(function() { to $(window).load(function() {
 * In this case animation is triggered after the element in loaded.
    As a result
   I do have my animation and the beginning of page without scrolling it. Because
   I do not have anything to scroll as all my text and element fit in one page.
 * FYI:
    $(window).ready(function() { works to. Don’t know the differences between
   load and ready.
 *  Theme Author [Venkat Raj](https://wordpress.org/support/users/webulous/)
 * (@webulous)
 * [12 years ago](https://wordpress.org/support/topic/animation-5/#post-4860391)
 * Hi Andrei,
 * Sorry I didn’t check my solution when posted. If you still want to remove animation,
   comment out this code in custom.js
    [http://pastebin.com/T261AhUK](http://pastebin.com/T261AhUK)
 * And add this css rule, in custom css box in Theme Options panel.
    #service1, #
   service2, #service3 { visibility: visible; }
 * I’ve tested this and it works..
 *  Thread Starter [aracila](https://wordpress.org/support/users/aracila/)
 * (@aracila)
 * [12 years ago](https://wordpress.org/support/topic/animation-5/#post-4860445)
 * Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Animation’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/abaris/1.2.8/screenshot.png)
 * Abaris
 * [Support Threads](https://wordpress.org/support/theme/abaris/)
 * [Active Topics](https://wordpress.org/support/theme/abaris/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/abaris/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/abaris/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [aracila](https://wordpress.org/support/users/aracila/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/animation-5/#post-4860445)
 * Status: resolved