Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author bqworks

    (@bqworks)

    Can you show me an example?

    Thread Starter govanquish

    (@govanquish)

    Wish I could! I’ve got the idea in my head, but that’s about it, lol.

    Found a screencap that’s close to what I’m envisioning: https://jquer.in/wp-content/uploads/2015/04/Diagonal-Slider.jpg

    Plugin Author bqworks

    (@bqworks)

    Sorry for the delay! I took a look at the example you provided and concluded that it’s possible to achieve with some custom CSS:


    .as-panel {
    transform: skewX(-20deg);
    }

    .as-background {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    margin-left: -80px;
    }

    .accordion-slider {
    margin-left: -80px;
    }

    You might need to adjust the values above to make it pixel perfect. I depends on the rest of the configuration.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Angled slides?’ is closed to new replies.