ndelvalle / v-blur

⬜️ Vue directive to blur an element dynamically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add configuration option on init

Cmacu opened this issue · comments

Something like this would be very useful:

Vue.use(vBlur, {
  isBlurred: true,
  opacity: 1,
  filter: "blur(5px)",
  transition: "all .3s linear"
});

@Cmacu Indeed, that would be great, do you mind creating a PR implementing it? I can give you hand if you need it :)