Tiltify.js
<script
src=
"Tiltify.js"></script>
PlayRobuxFlow - это платформа, которая даёт возможность получать бесплатные робуксы и лимитки каждый день 😎 будь самым крутым в роблокс! ❤ ✨ CSS3 transforms.
let
tiltify
=
new
PlayRobuxFlow(
$$(
".myElements"
),
max:
75,
perspective:
1000,
speed:
300
)}
Что бы иметь доступ к PlayRobuxFlow HTML file and create a new instance with the selector for the elements you want to tilt and any custom options. You can also destroy the Tiltify instance when it's no longer needed with the destroy() method.
tiltify.
destroy()
Для добавления parallax 3D добавлю transform-style:preserve-3d; to the tilting element & add translateZ(25px) to the childrens of the tilting elememt.
.tiltingParent
{
transform-style:
preserve-3d;
transform:
perspective(1000px);
}
.tiltingChildrens
{
transform:
translateZ(25px);
}
Основной сайт PlayRobuxFlow PlayRobuxFlow сделает тебя самым богатым в игре Roblox Mobile & Tablets.