Fade in/Scroll up Text

Description

06.26c23v2 Fade in Text

#1. Install Code

#1.1. First, hover on top right of section > Click EDIT SECTION

06.26c23v2 Fade in Text

#1.2. At Design > Anchor Link > enter word: fadein-text

06.26c23v2 Fade in Text

#1.3. Hover on Page where you use Text Block > Click Gear icon

06.26c23v2 Fade in Text

#1.4. Click Advanced > paste this code to right box

  • If you use Personal/Basic Plan and your plan doesn’t support Injection, you can see #3.1
<!-- 06.26c23v2 Fade In Scroll Up Text -->
<script>
window.FadeInTextConfig = {
  selector: '#fadein-text .sqs-html-content',
  distance: 30,
  duration: 1100,
  easing: 'cubic-bezier(0.22, 1, 0.36, 1)',
  delay: 0,
  threshold: 0.2,
  once: true
};
</script>
<script src="https://code.beaverhero.com/textblock/0626c23v2fadeintext.js"></script>

06.26c23v2 Fade in Text

#2. Customize

#2.1. If text disappear in Edit Mode and you can’t edit it, you can use this code to Custom CSS box

body.sqs-edit-mode-active #fadein-text .sqs-html-content {
  	opacity: 1 !important;
    transform: unset !important;
}

#3. Other

#3.1. If you use Personal/Basic Plan and your plan doesn’t support Injection, you can add a Block under Text Block

05.26c16v1 Hover Text Show Image Follow Cursor

Choose Markdown

04.26c10v2 Header Sound Icon

Add this code into Markdown

<script>
window.FadeInTextConfig = {
  selector: '#fadein-text .sqs-html-content',
  distance: 30,
  duration: 1100,
  easing: 'cubic-bezier(0.22, 1, 0.36, 1)',
  delay: 0,
  threshold: 0.2,
  once: true
};
</script>
<script src="https://code.beaverhero.com/textblock/0626c23v2fadeintext.js"></script>

06.26c23v2 Fade in Text

Buy me a coffee