Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 140765

Edgeにて制作したアニメーションを任意のタイミングで動かしたい。

$
0
0

タイトルの通りですが、Edgeanimateにて作ったアニメーションを任意のタイミングで動かすには、どうすれば良いでしょうか?

 

$.pjax({

    area: 'body',

    load: {

        css: true,

        script: true

    },

    cache: {

        click: true,

        submit: false,

        popstate: true

    },

    server: {

        query: null

    },

    link: 'a.pj',

    callback: function () {

        pjPageIn();

        getheight();

       

        /*ここにedge animateのアニメーションを開始する記述を記入する、どの様に記述すれば?*/

 

        setTimeout(function () {

            opening()

        }, 1000)

        if (window._gaq) {

            _gaq.push(['_trackPageview']);

        }

    },

    callbacks: {

        before: function () {

 

 

            pjPageOut();

        },

        after: function () {}

    },

    ajax: {

        timeout: 9000

    },

    wait: 1000

});

 

 

});

 

 

$(document).bind('pjax.ready', function () {

    $(document).trigger('preload');

});


Viewing all articles
Browse latest Browse all 140765

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>