Welcome to TalkGraphics.com

Search:

Type: Posts; User: Acorn; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    16
    Views
    2,161

    Re: anime.js - Slideshow

    Gary, Egg pointed out the issue was with the htmlclass Name.

    The simplest code becomes:

    Acorn
  2. Replies
    16
    Views
    2,161

    Re: anime.js - Slideshow

    Gary, XDPX19 possibly is working as you have used jQuery in the design. Hard to check as I do not have (or want) XDPXv19, but it could be serendipitous if that is the case.

    The proper firing up of...
  3. Replies
    16
    Views
    2,161

    Re: anime.js - Slideshow

    Thanks again Egg for the inspiration.

    Try:
    <script>
    var images = [].slice.call(document.querySelectorAll('.photo')).slice(1, 100);
    var showtime = 1000;
    var carousel = {
    targets: images,
    ...
  4. Replies
    16
    Views
    2,161

    Re: anime.js - Slideshow

    Thanks Egg, I've tried a circular 400px dia reveal with:

    <style>
    .photo {
    opacity: 0;
    transform-origin: 0 0.5;
    }
    </style>
    <script>
    var showtime = 3000;
  5. Replies
    16
    Views
    2,161

    anime.js - Slideshow

    This is a very simple but versatile slider.
    I do, however, need to work out why I have to add an SVG shape to trigger it to work.

    I have a collection of boxes with a Bitmap Fill of each image....
Results 1 to 5 of 5