swup / docs

Official swup documentation 📘
https://swup.js.org/getting-started
12 stars 35 forks source link

Document new option `animationScope` #122

Closed hirasso closed 1 year ago

hirasso commented 1 year ago

Document the new option animationScope:

const swup = new Swup({
    animationScope: 'containers' // will add the animation classes to each container instead of the html element
})
daun commented 1 year ago

Solved in this commit.