{{newin|[[0.10.0]]|100|type=function}}
Causes the device to vibrate, if possible. Currently this will only work on Android and iOS devices that have a built-in vibration motor.

== Function ==
=== Synopsis ===
<source lang="lua">
love.system.vibrate( seconds )
</source>
=== Arguments ===
{{param|number|seconds (0.5)|The duration to vibrate for. If called on an iOS device, it will always vibrate for 0.5 seconds due to limitations in the iOS system APIs.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::love.system]]
[[Category:Functions]]
{{#set:Description=Causes the device to vibrate, if possible.}}
== Other Languages ==
{{i18n|love.system.vibrate}}