Frontpage Animation w/price table

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Nov 18, 2014 8:49 pm
Reply with quote
Report this post
Hello, I am trying to use animation inside a K2 item unsucessfuly.

Code tried:

Code: Select all
<p data-scrollreveal="enter top move 25px">content</p>

<p class="gkAnimate">Content</p>


I tried with text, it didn't work... with both.

First aim was to animate a Price Table.. but i am not sure if this is possible:

Code: Select all

<p class="gkAnimate">
<div class="gkPriceTable col3">
<dl>
<dt>Basic</dt>
<dd class="gkPrice">$15<small>/ month</small></dd>
<dd>Access to all themes</dd>
<dd>Regular theme updates</dd>
<dd>Email /  Phone Support</dd>
<dd>Use your own domain</dd>
<dd><a href="#" class="button" >Choose</a></dd>
</dl>

<dl class="gkPremium">
<dt>Premium</dt>
<dd class="gkPrice">$99<small>/ month</small></dd>
<dd>Access to all themes</dd>
<dd>Regular theme updates</dd>
<dd>Email /  Phone Support</dd>
<dd>Use your own domain</dd>
<dd>Try it for a month!</dd>
<dd><a href="#" class="button" >Choose</a></dd>
</dl>

<dl>
<dt>Plus</dt>
<dd class="gkPrice">$29<small>/ month</small></dd>
<dd>Access to all themes</dd>
<dd>Regular theme updates</dd>
<dd>Email /  Phone Support</dd>
<dd>Use your own domain</dd>
<dd><a href="#" class="button" >Choose</a></dd>
</dl>
</div>
</p>

User avatar
Platinum Boarder

GK User
Fri Nov 21, 2014 12:24 am
Reply with quote
Report this post
Hello,

Could you provide an URL to your website with this issue?
User avatar
Administrator

GK User
Fri Nov 21, 2014 5:25 am
Reply with quote
Report this post
I've sent the information through private message. thank you
User avatar
Platinum Boarder

GK User
Sat Nov 22, 2014 6:45 pm
Reply with quote
Report this post
Sorry, but while I'm trying to visit the linked website I'm getting the following error: "Erreur de chargement du composant : , Composant introuvable"
User avatar
Administrator

GK User
Sat Nov 22, 2014 7:38 pm
Reply with quote
Report this post
Sorry I've made some SEF changes since I posted the URL:

Here is the new one:
http://miggg.quebecguitare.com/cours-de ... mon-gagnon
User avatar
Platinum Boarder

GK User
Mon Nov 24, 2014 8:15 am
Reply with quote
Report this post
You have to apply the **data-scroll-reveal** property to the <div class="gkPriceTable col3"> element, not the <p> element, because the <p> element cannot wrap the <div> elements.
User avatar
Administrator

GK User
Mon Nov 24, 2014 8:20 am
Reply with quote
Report this post
Great it works! Thank you Dziudek!
User avatar
Platinum Boarder


cron