0.0.1 • Published 5 years ago

circular-reveal v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Built With Stencil

Circular reveal

demo

<circular-reveal>
  <button>content</button>
</circular-reveal>

Properties

AttributeDescriptionTypeDefault
durationnumber0.25s
easingstringease-in-out
final-heightnumberundefined
final-widthnumberundefined
revealbooleanfalse
targetstringundefined
target-boundsstringundefined

Events

EventDescriptionType
afterhideCustomEvent<any>
afterrevealCustomEvent<any>
beforehideCustomEvent<any>
beforerevealCustomEvent<any>

demo