Animation starts, but stops after first frame
-
Hello, I had the animation on my site working just fine, but I am attempting to add sound with the help of Buzz.js. The stage and sound seem to play on the static html file produced by Edge, but then the rest of the animation doesn’t start or continue. I can’t tell what is happening and I am finally raising the white flag for some help.
Here is my site (demo site for client):
https://jjds.plumthumb.net/site/Link to static html:
https://dl.dropboxusercontent.com/u/24684959/_animations/annimation-jjds-header3.htmlThe animation is only setup to play on the home page. Here is the code from the header.php
<section id=”branding”>
<div id=”site-logo”> <?php if (is_page(‘Home’)) { ?>” title=”<?php esc_attr_e( get_bloginfo(‘name’), ‘plumThumb’ ); ?>” rel=”home”><?php if(function_exists(‘edge_suite_comp_view_inline’)){echo edge_suite_comp_view_inline(1);} ?>
<?php } else { ?>” title=”<?php esc_attr_e( get_bloginfo(‘name’), ‘plumThumb’ ); ?>” rel=”home”><img src=”https://jjds.plumthumb.net/site/wp-content/uploads/2014/01/logo-Combined.png” width=”864″ height=”150″ alt=”Jr. Junction Day School – Maple Valley, WA” /><?php } ?>
</div><!– end #site-logo –>
<div id=”site-title”><?php if ( ! is_singular() ) {echo ‘<h1>’;} ?>” title=”<?php esc_attr_e( get_bloginfo(‘name’), ‘plumThumb’ ); ?>” rel=”home”><?php echo esc_html( get_bloginfo(‘name’) ); ?><?php if ( ! is_singular() ) {echo ‘</h1>’;} ?></div>
<div id=”site-description”><?php bloginfo(‘description’); ?></div>
</section>Thanks very much for your help.
- The topic ‘Animation starts, but stops after first frame’ is closed to new replies.