0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

PowerAppsでコントロールや画像をプルプルさせる方法

Posted at

画面収録 2025-04-27 9.01.17.gif

🍮 PowerApps で “ぷるぷる” ボタンを作る超ライトチュートリアル

はじめての Qiita 投稿


これはなに?

PowerApps で画面に置いたボタン(や画像)を ぷるぷる揺らす 小ネタです。
「押して!」感を出したいときに使えます。ライブラリ不要、標準コントロールのみ。


材料

名前 用途
Timer コントロール 揺らし役
ShakeTarget(例) 揺らしたいオブジェクト(ボタン or 画像)

手順(3 ステップ)

1. Timer を配置してプロパティを設定

プロパティ メモ
Duration 800 800ms で 1 周(好みで)
AutoStart true 画面表示と同時に開始
Repeat true ずっとループ
Name timShake わかりやすい名前で

2. 揺らしたいコントローrの Y プロパティを編集

715 - timShake.Value / 100

//最初の数値はコントロールの初期位置を入れてください
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?