animation

Post any questions you have about using the Verj.io Studio, including client and server-side programming with Javascript or FPL, and integration with databases, web services etc.

Moderators: Jon, Steve, Ian, Dave

t4nu
Ebase User
Posts: 305
Joined: Thu Jul 02, 2015 8:32 am
Location: Indonesia

animation

#1

Postby t4nu » Sat Oct 01, 2016 8:46 am

Hi,
I tried to create an animation, actually it just scroll the background like the pinterest login box.

But it seems everytime I put
animation: bla... bla... bla...
within a class, that class is always not visible if I tried to use it from within the form. Any other class are visible.

Anything I miss?

here is the class declaration in the .css file created from within the designer:

Code: Select all

.animatebg {
   animation: animate-move-bg 20s infinite;
}

@keyframes animate-move-bg {
  0%   { transform: translateY(0px); }
  100% { transform: translateY(-2100px); }
}

@-webkit-keyframes animate-move-bg {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-2100px);
            transform: translateY(-2100px);
  }
}
0 x

Jon
Moderator
Moderator
Posts: 1342
Joined: Wed Sep 12, 2007 12:49 pm

#2

Postby Jon » Mon Oct 03, 2016 8:25 am

Your css works fine for me when I add it to a Panel Control (div). What are you trying to appy it to?
0 x


Who is online

Users browsing this forum: No registered users and 39 guests