Animated Raffle Winner

설명

The Animated Raffle Winner block allows you to create engaging raffle experiences on your WordPress site. With smooth animations and exciting visual effects, this block is perfect for promotions, events, contests, and any situation that requires random number selection.

Key Features:

  • Set a custom number range (start and end)
  • Number rolling animation for 5 seconds before revealing the result
  • Highlighted display of the drawn number
  • Animated fireworks to celebrate the result
  • Simple and intuitive interface
  • Fully responsive

How to Use:

  1. Add the “Animated Raffle Winner” block to your content
  2. Configure the starting number in the settings panel
  3. Configure the ending number in the settings panel
  4. Publish or preview the page
  5. Click the “Draw” button to start the raffle!

The block is perfect for:
– Raffles at events and promotions
– Random selection of participants
– Games and interactive activities
– Educational demonstrations about randomness
– Any application that needs random selection with visual impact

Source Code & Build Instructions

The development source code and build tools for this plugin are publicly maintained on GitHub:
https://github.com/RafaelFunchal/animated-raffle-winner

The source code is also included directly within the src/ directory in this distribution package.

To build the plugin from source:
1. Ensure you have Node.js and npm installed.
2. Install the dependencies: npm install
3. Build the assets: npm run build

스크린샷

블록

이 플러그인은 1개의 블록을 제공합니다.

  • Animated Raffle Winner Create interactive raffles with number animation and fireworks

설치

  1. Upload the plugin files to the /wp-content/plugins/animated-raffle-winner directory or install directly through the WordPress plugins screen
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Add the “Animated Raffle Winner” block to any page or post using the Gutenberg editor

FAQ

How do I configure the number range?

In the block editor, select the Animated Raffle Winner block. In the right sidebar (Inspector), you will see two fields: “Starting Number” and “Ending Number”. Enter the desired values.

Can I use negative numbers?

Yes! The block accepts any integer, including negative numbers.

Does the animation work on mobile devices?

Yes, the block is fully responsive and works perfectly on smartphones and tablets.

Can I customize the animation duration?

Currently, the animation has a fixed duration of 5 seconds to provide a consistent and exciting experience.

Is the raffle truly random?

Yes, we use JavaScript’s Math.random() function, which generates pseudo-random numbers suitable for most raffle applications.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Animated Raffle Winner”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Animated Raffle Winner”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Animated Raffle Winner”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0

  • Added background image selector from Media Library
  • Added background/overlay color opacity control (0-100)
  • Added text size presets (Extra Small, Small, Medium, Large, Extra Large)
  • Updated front-end button label to “Draw again” after each result
  • Added accessibility improvements: live result announcements and reduced-motion support
  • Added fullscreen exit via Escape key and automatic celebration stop

0.1.0

  • Initial release
  • Raffle with configurable range
  • 5-second animation
  • Celebratory fireworks
  • Responsive interface